Update the forground detector using the specific image

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

Parameters

image
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