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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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