Update the BG code book model

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

Implements

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

See Also