Click or drag to resize
MotionHistoryUpdate Method (Mat, DateTime)
http://www.emgu.com
Update the motion history with the specific image and the specific timestamp

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void Update(
	Mat foregroundMask,
	DateTime timestamp
)

Parameters

foregroundMask
Type: Emgu.CVMat
The foreground of the image to be added to history
timestamp
Type: SystemDateTime
The time when the image is captured
See Also