Create a simple forground detector

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 )

- type (FORGROUND_DETECTOR_TYPE)
- The type of the detector
- param ( MCvFGDStatModelParams %)
- The parameters of the detector

Pointer the to forground detector