Update the FGBG

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

Syntax

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

Parameters

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

See Also