Click or drag to resize

IMcTrack Interface

An interface implemented by McTrack.

Namespace:  MediaCy.IQL.Tracking
Assembly:  MediaCy.IQL.Tracking (in MediaCy.IQL.Tracking.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcTrack

The IMcTrack type exposes the following members.

Properties
  NameDescription
Public propertyClass
Class of the track.
Public propertyColor
Color of the track.
Public propertyCost
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.
Public propertyIndex
Index of the track in the global collection of Tracks.
Public propertyIsNormalization
Set track as Normalization track.
Public propertyIsReference
Sets reference track, which is used to correct values by subtracting.
Public propertyName
Name of the track.
Public propertyNumberOfPoints
Number of points in the track.
Public propertySelected
Selection state of the object.
Public propertyStartFrame
Start frame of the track.
Public propertyTrackObjects
Collection of objects of the track.
Public propertyTrackType
Type of the track.
Public propertyValue
Returns measurement value by measurement ID.
Public propertyValues
Returns values in double array.
Public propertyVisible
Visible state of the track.
Top
Methods
  NameDescription
Public methodClone
Public methodGetPoints
Returns track point coordinates as an array of SINGLEPOINT.
Public methodSwapObjects
Swaps tracking objects between 2 tracks. It can be used to reassign objects from one track to another.
Public methodUpdateCoordinates
Update track coordinates from the Graph object.
Top
See Also