Create a simple forground detector

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

Syntax

C#
public static IntPtr CvCreateFGDetectorBase(
	FORGROUND_DETECTOR_TYPE type,
	IntPtr param
)
Visual Basic (Declaration)
Public Shared Function CvCreateFGDetectorBase ( _
	type As FORGROUND_DETECTOR_TYPE, _
	param As IntPtr _
) As IntPtr
Visual C++
public:
static IntPtr CvCreateFGDetectorBase(
	FORGROUND_DETECTOR_TYPE type, 
	IntPtr param
)

Parameters

type
Type: Emgu.CV.CvEnum..::.FORGROUND_DETECTOR_TYPE
The type of the detector
param
Type: System..::.IntPtr
Pointer to the parameters of the detector

Return Value

Pointer the to forground detector

See Also