Create a simple foreground detector
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual 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