Click or drag to resize
MotionHistory Constructor (Double, Double, Double)
http://www.emgu.com
Create a motion history object

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

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 greater 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.
See Also