Click or drag to resize

IMcTrackOptions Interface

An interface implemented by McTrackOptions.

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

The IMcTrackOptions type exposes the following members.

Properties
  NameDescription
Public propertyAccelerationLimit
Maximum change in velocity of object between the frames, the value is in calibrated units.
Public propertyAllowPhantoms
Allow phantom objects in tracks.
Public propertyAllowSharedObjects
The option can be activated to include merged objects in several tracks. When the option is off, every object of the image will belong to a single track.
Public propertyAngleDeviation
Maximum angle deviation of coherent vectors.
Public propertyAutoAccelerationLimit
If Auto option is ON, the acceleration limit is taken as a half of the velocity limit.
Public propertyCoherenceFiltering
Apply coherent filtering after track detection. The filter discards those velocity vectors whose orientation is incompatible with the dominant orientation of the surrounding vectors.
Public propertyCoherenceFilterSize
Size of coherence filter in percents of image size.
Public propertyCorrelAcceptanceThreshold
Correlation threshold. Range from 0 to 1. If the correlation coefficient is lower than the threshold the track stops.
Public propertyCorrelUsePrevFrame
Use previous frame as reference for correlation tracking, if FALSE, the first frame is used as reference.
Public propertyCustomInterval
Custom interval between frames in seconds. Used only when UseCustomInterval is TRUE.
Public propertyLabelType
Track label type.
Public propertyMeasures
Public propertyMinTotalTrackLength
Minimum total track length in calibrated units. Tracks shorter than this value will be ignored.
Public propertyMinTrackLength
The tracks that shorter than the Minimum track length are ignored with automatic and semi-automatic tracking. The value is used only when PartialTracks is TRUE.
Public propertyMotionType
Dominant type of objects' movement. Chaotic - no directional movement of the objects. Directional - object movement is predominantly directional, but not always straight. Straight - object moves following straight monotonous trajectory.
Public propertyNormalizeByMax
Normalize measurements by maximum value in the track.
Public propertyNumberOfStartPoints
Number of start points for semi-automatic tracking.
Public propertyParallelTrackingLimit
The maximum number of objects per frame to use parallel tracking.
Public propertyPartialTracks
Track length can be less than the number of active frames in the sequence.
Public propertyPrefix
Set/get default track name prefix
Public propertyPreviewOutlines
Defines what outlines will be shown after segmentation as a visual confirmation of object detection.
Public propertySearchRadius
Maximum distance between expected and real object positions on the neighboring frames in calibrated units.
Public propertyShowActiveObjectOutlines
Show object outlines on active frame
Public propertyShowCompleteTracks
Show complete or partial tracks on the image.
Public propertySmoothing
Smoothing degree of track coordinates. Running average filter.
Public propertyTrackHeadLength
Length of the displayed part of the track in front of active frame.
Public propertyTrackingDepth
Number of analyzed frames to find the next point on track.
Public propertyTrackOneObjectOnly
Track only one biggest object.
Public propertyTrackTailLength
Length of the displayed part of the track after the active frame.
Public propertyUseCenterOfMass
Use center of mass calculating object coordinates. When the option is FALSE - geometrical center is used.
Public propertyUseCustomInterval
Use custom interval between frames, when FALSE time frame property is used.
Public propertyUsePhaseCorrelation
Use phase correlation for correlation tracking. When FALSE, full correlation is used. Default is FALSE.
Top
Methods
  NameDescription
Public methodLoad
Load tracking options from file.
Public methodReset
Reset tracking options.
Public methodSave
Save tracking options to file.
Top
See Also