Update the FGBG

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

Syntax

         
 C#  Visual Basic  Visual C++ 
void Update(
	Image<TColor, byte> image
)
Sub Update ( _
	image As Image(Of TColor, Byte) _
)
void Update(
	Image<TColor, unsigned char>^ image
)

Parameters

image
Image<(Of <(TColor, Byte>)>)
The image which will be used to update the BGFG detector

See Also