Create a Gaussian background model
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public static IntPtr cvCreateGaussianBGModel( IntPtr image, IntPtr param ) |
Visual Basic (Declaration) |
---|
Public Shared Function cvCreateGaussianBGModel ( _ image As IntPtr, _ param As IntPtr _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr cvCreateGaussianBGModel( IntPtr image, IntPtr param ) |
Parameters
- image
- Type: System..::.IntPtr
Background image
- param
- Type: System..::.IntPtr
Parameters for the background model
Return Value
[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.cvCreateGaussianBGModel(System.IntPtr,System.IntPtr)"]