Update the statistic model

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 virtual void Update(
	Image<TColor, byte> image
)
Public Overridable Sub Update ( _
	image As Image(Of TColor, Byte) _
)
public:
virtual void Update(
	Image<TColor, unsigned char>^ image
)

Parameters

image
Image<(Of <(<'TColor, Byte>)>)>

[Missing <param name="image"/> documentation for "M:Emgu.CV.VideoSurveillance.BGStatModel`1.Update(Emgu.CV.Image{`0,System.Byte})"]

Implements

IBGFGDetector<(Of <(<'TColor>)>)>..::..Update(Image<(Of <<'(TColor, Byte>)>>))

See Also