[This is preliminary documentation and is subject to change.]

Update the motion history with the specific image and current timestamp

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

Parameters

image
Image<(Of <(Gray, Byte>)>)
The image to be added to history

See Also