http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Create a motion history object
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public MotionHistory( double mhiDuration, double maxTimeDelta, double minTimeDelta, DateTime startTime ) |
Visual Basic |
---|
Public Sub New ( _ mhiDuration As Double, _ maxTimeDelta As Double, _ minTimeDelta As Double, _ startTime As DateTime _ ) |
Visual C++ |
---|
public: MotionHistory( double mhiDuration, double maxTimeDelta, double minTimeDelta, DateTime startTime ) |
Parameters
- mhiDuration
- Type: System..::..Double
In second, the duration of motion history you wants to keep
- maxTimeDelta
- Type: System..::..Double
In second. Any change happens between a time interval larger than this will not be considerred
- minTimeDelta
- Type: System..::..Double
In second. Any change happens between a time interval smaller than this will not be considerred.
- startTime
- Type: System..::..DateTime
The start time of the motion history