Create a simple forground detector
Namespace:
Emgu.CVAssembly: 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, ref MCvFGDStatModelParams param ) |
Visual Basic (Declaration) |
---|
Public Shared Function CvCreateFGDetectorBase ( _ type As FORGROUND_DETECTOR_TYPE, _ ByRef param As MCvFGDStatModelParams _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr CvCreateFGDetectorBase( FORGROUND_DETECTOR_TYPE type, MCvFGDStatModelParams% param ) |
Parameters
- type
- Type: Emgu.CV.CvEnum..::.FORGROUND_DETECTOR_TYPE
The type of the detector
- param
- Type:
Emgu.CV.Structure..::.MCvFGDStatModelParams
%
The parameters of the detector