Update the forground detector using the specific image

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

Syntax

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

Parameters

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

Implements

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

See Also