Update the FGBG

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++ 
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