Emgu CV Library Documentation
CvCreateFGDetectorBase Method (type, param)
NamespacesEmgu.CVCvInvokeCvCreateFGDetectorBase(FORGROUND_DETECTOR_TYPE, MCvFGDStatModelParams%)

www.emgu.com/wiki
Create a simple forground detector
Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CvCreateFGDetectorBase(
	FORGROUND_DETECTOR_TYPE type,
	ref MCvFGDStatModelParams param
)
Public Shared Function CvCreateFGDetectorBase ( _
	type As FORGROUND_DETECTOR_TYPE, _
	ByRef param As MCvFGDStatModelParams _
) As IntPtr
public:
static IntPtr CvCreateFGDetectorBase(
	FORGROUND_DETECTOR_TYPE type, 
	MCvFGDStatModelParams% param
)
Parameters
type (FORGROUND_DETECTOR_TYPE)
The type of the detector
param ( MCvFGDStatModelParams %)
The parameters of the detector
Return Value
Pointer the to forground detector

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)