Click or drag to resize

TrackingCommands Class

Provides a set of tracking related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.MeasureTrackingCommands

Namespace:  MediaCy.Automation.Measure
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public NotInheritable Class TrackingCommands

The TrackingCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAddAutoTrack
Adds one track starting from the given point.
Public propertyStatic memberAddCorrelationTrack
Adds correlation track(s) based on the current ROIs.
Public propertyStatic memberAddIntensityTrack
Adds intensity track from the current ROI.
Public propertyStatic memberAddManualTrack
Adds track from a set of points.
Public propertyStatic memberAlign
Aligns sequence by selected track(s).
Public propertyStatic memberAlignByFeature
Align sequence by feature defined by ROI
Public propertyStatic memberClose
Resets segmentation data on all frames.
Public propertyStatic memberCreateDocument
Creates a new tracking document.
Public propertyStatic memberCreateIntensityDocument
Creates a new tracking document.
Public propertyStatic memberCreateMotionDocument
Creates a new tracking document.
Public propertyStatic memberCreateSampleTrack
Creates sample track to be used for learning.
Public propertyStatic memberDefine
Defines a track variable by name.
Public propertyStatic memberDelete
Deletes selected tracks.
Public propertyStatic memberDeleteAll
Deletes all tracks.
Public propertyStatic memberFindTracksAuto
Finds all tracks on sequence using threshold segmentation of objects.
Public propertyStatic memberGetChart
Public propertyStatic memberHideSelected
Hides selected tracks (shows only unselected tracks).
Public propertyStatic memberLoadTracks
Loads tracks from a file.
Public propertyStatic memberMergeSelectedTracks
Merges selected tracks.
Public propertyStatic memberOptions
Sets combined tracking options.
Public propertyStatic memberOverlayShow
Toggles visibility of tracking overlay.
Public propertyStatic memberSaveTracks
Saves tracks to a file.
Public propertyStatic memberSelection
Selects/deselects tracks.
Public propertyStatic memberSetNormalizationTrack
Sets selected track as normalization track.
Public propertyStatic memberSetReferenceTrack
Sets selected track as reference track.
Public propertyStatic memberShowAll
Shows all tracks.
Public propertyStatic memberShowSelected
Shows only selected tracks.
Public propertyStatic memberSplitSelectedTrack
Splits selected track at the current frame.
Public propertyStatic memberTestCount
Executes test count on active frame.
Top
See Also