Create a Gaussian Background statistic model using the given parameters

Namespace: Emgu.CV.VideoSurveillance
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public BGStatModel(
	Image<TColor, byte> image,
	ref MCvGaussBGStatModelParams parameters
)
Public Sub New ( _
	image As Image(Of TColor, Byte), _
	ByRef parameters As MCvGaussBGStatModelParams _
)
public:
BGStatModel(
	Image<TColor, unsigned char>^ image, 
	MCvGaussBGStatModelParams% parameters
)

Parameters

image
Image<(Of <(<'TColor, Byte>)>)>
The image used for initiating the statistic model
parameters
MCvGaussBGStatModelParams%
GaussStatModel

See Also