http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a background model
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static IntPtr cvCreateFGDStatModel( IntPtr image, IntPtr param ) |
Visual Basic |
---|
Public Shared Function cvCreateFGDStatModel ( _ image As IntPtr, _ param As IntPtr _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr cvCreateFGDStatModel( 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.cvCreateFGDStatModel(System.IntPtr,System.IntPtr)"]