IMcTrack Interface |
![]() |
Namespace: MediaCy.IQL.Tracking
Public Interface IMcTrack
The IMcTrack type exposes the following members.
Name | Description | |
---|---|---|
![]() | Class | Class of the track. |
![]() | Color | Color of the track. |
![]() | Cost | Returns cost of the track. The cost is calculated based on the
difference between estimated and real position of the object in the track.
This is an informative value calculated only with automatic track finding. |
![]() | Index | Index of the track in the global collection of Tracks. |
![]() | IsNormalization | Set track as Normalization track. |
![]() | IsReference | Sets reference track, which is used to correct values by subtracting. |
![]() | Name | Name of the track. |
![]() | NumberOfPoints | Number of points in the track. |
![]() | Selected | Selection state of the object. |
![]() | StartFrame | Start frame of the track. |
![]() | TrackObjects | Collection of objects of the track. |
![]() | TrackType | Type of the track. |
![]() | Value | Returns measurement value by measurement ID. |
![]() | Values | Returns values in double array. |
![]() | Visible | Visible state of the track. |
Name | Description | |
---|---|---|
![]() | Clone | |
![]() | GetPoints | Returns track point coordinates as an array of SINGLEPOINT. |
![]() | SwapObjects | Swaps tracking objects between 2 tracks. It can be used to reassign objects from one track to another. |
![]() | UpdateCoordinates | Update track coordinates from the Graph object. |