Click or drag to resize

MotionHistory Constructor (Double, Double, Double, DateTime)

http://www.emgu.com
Create a motion history object

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public MotionHistory(
	double mhiDuration,
	double maxTimeDelta,
	double minTimeDelta,
	DateTime startTime
)

Parameters

mhiDuration
Type: SystemDouble
In second, the duration of motion history you wants to keep
maxTimeDelta
Type: SystemDouble
In second. Any change happens between a time interval larger than this will not be considered
minTimeDelta
Type: SystemDouble
In second. Any change happens between a time interval smaller than this will not be considered.
startTime
Type: SystemDateTime
The start time of the motion history
See Also