Create a 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 cvCreateFGDStatModel( IntPtr image, IntPtr param ) |
| Visual Basic (Declaration) |
|---|
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)"]