public class ManualTrackingPlugIn extends TrackMatePlugIn
| Constructor and Description |
|---|
ManualTrackingPlugIn() |
| Modifier and Type | Method and Description |
|---|---|
protected WizardSequence |
createSequence(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings)
Hook for subclassers:
Will create and position the sequence that will be played by the wizard launched by this plugin. |
protected Settings |
createSettings(ij.ImagePlus imp)
|
static void |
main(String[] args) |
createDisplaySettings, createModel, createTrackMate, runprotected WizardSequence createSequence(TrackMate trackmate, SelectionModel selectionModel, DisplaySettings displaySettings)
TrackMatePlugIncreateSequence in class TrackMatePlugInprotected Settings createSettings(ij.ImagePlus imp)
TrackMatePlugInSettings instance that will be used to tune the
TrackMate instance. It is initialized by default with values
taken from the current ImagePlus.createSettings in class TrackMatePlugInimp - the ImagePlus to operate on.Settings instance.public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.