Click or drag to resize

IMcTracksInfo Interface

An interface implemented by McTracksInfo.

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

The IMcTracksInfo type exposes the following members.

Properties
  NameDescription
Public propertyNumberOfFrames
Total number of frames used in auto tracking.
Public propertyNumberOfTracks
Total number of found tracks.
Public propertyNumIncompleteTracks
Returns the number of rejected tracks by length (Length<MinTrackLength when PartionTracks is TRUE)
Public propertyNumShortTracks
Returns the number of rejected tracks by total length(TotalLength<MinTotalTrackLength)
Public propertyObjectsPerFrame
Average number of objects per frame.
Top
See Also