Create a Gaussian background model

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static IntPtr cvCreateGaussianBGModel(
	IntPtr image,
	ref MCvGaussBGStatModelParams parameters
)
Public Shared Function cvCreateGaussianBGModel ( _
	image As IntPtr, _
	ByRef parameters As MCvGaussBGStatModelParams _
) As IntPtr
public:
static IntPtr cvCreateGaussianBGModel(
	IntPtr image, 
	MCvGaussBGStatModelParams% parameters
)

Parameters

image
IntPtr
Background image
parameters
MCvGaussBGStatModelParams%
Parameters for the background model

Return Value

[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.cvCreateGaussianBGModel(System.IntPtr,Emgu.CV.Structure.MCvGaussBGStatModelParams@)"]

See Also