IMcTracks Interface |
![]() |
Namespace: MediaCy.IQL.Tracking
Public Interface IMcTracks Inherits IEnumerable
The IMcTracks type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveFrameIndex | Active frame index of the class. |
![]() | Count | Returns number of tracks. |
![]() | Info | Get info class of auto-find tracking. The function can be called after FindAllTracks to analize the results. |
![]() | IsWaiting | Returns TRUE if the module is in Waiting mode after firening UserPrompt event. |
![]() | Item | Returns Track by index. |
![]() | Options | Returns Tracking Options. |
![]() | Overlay | Overlay of the tracks. |
![]() | SourceImage | Sets source image for tracking. |
![]() | SourceRegions | |
![]() | TemplateMode | Sets template mode. When Template mode is TRUE (default) events are fired for user interaction. |
![]() | TrackFrame | |
![]() | TrackFrameCount | Returns the number of frames in McTracks. |
Name | Description | |
---|---|---|
![]() | Add | |
![]() | AddAutoTrack | Add a new track semi-automatically prompting user to click on the first object. |
![]() | AddCorrelationTracks | |
![]() | AddFromPoints | Add new track from points. |
![]() | AddIntensityOverTime | Add new intensity over time objects. |
![]() | AddIntensityTracks | Convert regions in srcRegions to intensity tracks. When baseTrack is present, the dynamic track is created that follows the base track. |
![]() | AddManualTrack | Add new track manually clicking on frames. |
![]() | FindAllTracks | Finds all tracks on the image automatically. |
![]() | GetEnumerator | |
![]() | LearnFromExistingTracks | Calculate Searchradius, AccelerationLimit and MotionType from the existing thacks. |
![]() | Load | Load tracks from file. |
![]() | MergeSelectedTracks | Merge all selected tracks to a new track. |
![]() | Remeasure | Update measurements on all tracks, including Intensity Over Time. |
![]() | Remove | Remove track by index. |
![]() | RemoveAll | Removes all tracks. |
![]() | Reset | Cleans up all TrackFrame objects and removes all Tracks. |
![]() | Resume | Resume operation after firening UserPrompt event. |
![]() | Save | Save tracks to file. |
![]() | SplitTrack | Splits the inTrack at FrameIndex. A new track is added to the end. |