Click or drag to resize

MotionHistoryUpdate Method (Mat)

http://www.emgu.com
Update the motion history with the specific image and current timestamp

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public void Update(
	Mat image
)

Parameters

image
Type: Emgu.CVMat
The image to be added to history
See Also