[This is preliminary documentation and is subject to change.]
Create a simple forground detector
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
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