http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a Gaussian 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 cvCreateGaussianBGModel( IntPtr image, ref MCvGaussBGStatModelParams parameters ) |
Visual Basic |
---|
Public Shared Function cvCreateGaussianBGModel ( _ image As IntPtr, _ ByRef parameters As MCvGaussBGStatModelParams _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr cvCreateGaussianBGModel( IntPtr image, MCvGaussBGStatModelParams% parameters ) |
Parameters
- image
- Type: System..::..IntPtr
Background image
- parameters
- Type: Emgu.CV.Structure..::..MCvGaussBGStatModelParams%
Parameters for the background model
Return Value
[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.cvCreateGaussianBGModel(System.IntPtr,Emgu.CV.Structure.MCvGaussBGStatModelParams@)"]