IMcTracks Methods |
|
The IMcTracks type exposes the following members.
| 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. |