Create a forground detector of the specific type

Namespace:  Emgu.CV.VideoSurveillance
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public FGDetector(
	FORGROUND_DETECTOR_TYPE type
)
Visual Basic (Declaration)
Public Sub New ( _
	type As FORGROUND_DETECTOR_TYPE _
)
Visual C++
public:
FGDetector(
	FORGROUND_DETECTOR_TYPE type
)

Parameters

type
Type: Emgu.CV.CvEnum..::.FORGROUND_DETECTOR_TYPE
The type of the detectir to be created

See Also