mcTrackingMeasures Enumeration |
![]() |
Namespace: MediaCy.IQL.Tracking
Public Enumeration mcTrackingMeasures
Member name | Value | Description | |
---|---|---|---|
mTrDistance | 0 | Distance between track points. | |
mTrCoordX | 1 | X coordinates of track points. | |
mTrCoordY | 2 | Y coordinates of track points. | |
mTrOrDist | 3 | Distance from the starting point. | |
mTrAngle | 4 | Angle of the tracking vector measured from the horizontal axis clockwise. | |
mTrVelocity | 5 | Velocity of object. | |
mTrAcceleration | 6 | Acceleration of object. | |
mTrAccDist | 7 | Accumulated traveled distance from the starting point. | |
mTrTime | 8 | Time of the tracking point relative to the first point of the track. |