Click or drag to resize

IMcTracks Methods

The IMcTracks type exposes the following members.

Methods
  NameDescription
Public methodAdd
Public methodAddAutoTrack
Add a new track semi-automatically prompting user to click on the first object.
Public methodAddCorrelationTracks
Public methodAddFromPoints
Add new track from points.
Public methodAddIntensityOverTime
Add new intensity over time objects.
Public methodAddIntensityTracks
Convert regions in srcRegions to intensity tracks. When baseTrack is present, the dynamic track is created that follows the base track.
Public methodAddManualTrack
Add new track manually clicking on frames.
Public methodFindAllTracks
Finds all tracks on the image automatically.
Public methodGetEnumerator
Public methodLearnFromExistingTracks
Calculate Searchradius, AccelerationLimit and MotionType from the existing thacks.
Public methodLoad
Load tracks from file.
Public methodMergeSelectedTracks
Merge all selected tracks to a new track.
Public methodRemeasure
Update measurements on all tracks, including Intensity Over Time.
Public methodRemove
Remove track by index.
Public methodRemoveAll
Removes all tracks.
Public methodReset
Cleans up all TrackFrame objects and removes all Tracks.
Public methodResume
Resume operation after firening UserPrompt event.
Public methodSave
Save tracks to file.
Public methodSplitTrack
Splits the inTrack at FrameIndex. A new track is added to the end.
Top
See Also