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, run
protected WizardSequence createSequence(TrackMate trackmate, SelectionModel selectionModel, DisplaySettings displaySettings)
TrackMatePlugIn
createSequence
in class TrackMatePlugIn
protected Settings createSettings(ij.ImagePlus imp)
TrackMatePlugIn
Settings
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 TrackMatePlugIn
imp
- the ImagePlus
to operate on.Settings
instance.public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.