Click or drag to resize

IMcTracks Interface

An interface implemented by McTracks.

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

The IMcTracks type exposes the following members.

Properties
  NameDescription
Public propertyActiveFrameIndex
Active frame index of the class.
Public propertyCount
Returns number of tracks.
Public propertyInfo
Get info class of auto-find tracking. The function can be called after FindAllTracks to analize the results.
Public propertyIsWaiting
Returns TRUE if the module is in Waiting mode after firening UserPrompt event.
Public propertyItem
Returns Track by index.
Public propertyOptions
Returns Tracking Options.
Public propertyOverlay
Overlay of the tracks.
Public propertySourceImage
Sets source image for tracking.
Public propertySourceRegions
Public propertyTemplateMode
Sets template mode. When Template mode is TRUE (default) events are fired for user interaction.
Public propertyTrackFrame
Public propertyTrackFrameCount
Returns the number of frames in McTracks.
Top
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