C# 클래스 Emgu.CV.VideoSurveillance.BackgroundSubstractorMOG2

The class implements the following algorithm: "Improved adaptive Gausian mixture model for background subtraction" Z.Zivkovic International Conference Pattern Recognition, UK, August, 2004. http://www.zoranz.net/Publications/zivkovic2004ICPR.pdf
상속: BackgroundSubstractor
파일 보기 프로젝트 열기: fajoy/RTSPExample

공개 메소드들

메소드 설명
BackgroundSubstractorMOG2 ( int history, float varThreshold, bool bShadowDetection ) : System

Create an "Improved adaptive Gausian mixture model for background subtraction".

보호된 메소드들

메소드 설명
DisposeObject ( ) : void

Release all the unmanaged memory associated with this background model.

메소드 상세

BackgroundSubstractorMOG2() 공개 메소드

Create an "Improved adaptive Gausian mixture model for background subtraction".
public BackgroundSubstractorMOG2 ( int history, float varThreshold, bool bShadowDetection ) : System
history int The length of the history. Use 0 for default
varThreshold float The maximum allowed number of mixture comonents. Actual number is determined dynamically per pixel.
bShadowDetection bool If true, perform shadow detection.
리턴 System

DisposeObject() 보호된 메소드

Release all the unmanaged memory associated with this background model.
protected DisposeObject ( ) : void
리턴 void