Run TrackMate
Description
Uses the TrackMate plugin included with Fiji to detect and track spots in images.For more on TrackMate, go to https://imagej.net/TrackMate
Parameters
- Input image
- Description: Image in which to detect spots.
- Type: InputImageP
- Output spot objects
- Description: Spot objects that will be added to the workspace. If tracking is enabled, each spot will have a parent track object.
- Type: OutputObjectsP
- Calibrated units
- Description: Enable if spatial parameters (e.g. "Radius" or "Max linking distance") are being specified in calibrated units. If disabled, parameters are assumed to be specified in pixel units.
- Type: BooleanP
- Default value: false
- Do sub-pixel localisation
- Description: Enable TrackMate's "Subpixel localisation" functionality.
- Type: BooleanP
- Default value: true
- Median filtering
- Description: Enable TrackMate's "Median filtering" functionality.
- Type: BooleanP
- Default value: false
- Radius
- Description: Expected radius of spots in the input image. Specified in pixel units, unless "Calibrated units" is selected.
- Type: DoubleP
- Default value: 2.0
- Threshold
- Description: Threshold for spot detection. Threshold is applied to filtered image (Laplacian of Gaussian), so will be affected by the specified "Radius" value. Increase this value to make detection more selective (i.e. detect fewer spots).
- Type: DoubleP
- Default value: 5000.0
- Estimate spot size
- Description: When enabled, output spot objects will have explicit size (rather than a single, centroid coordinate) determined by the TrackMate-calculated estimated diameter.
- Type: BooleanP
- Default value: false
- Run tracking
- Description: Track spot objects over time. Spots in each frame will become children of a parent track object. The track object itself won't contain any coordinate information.
- Type: BooleanP
- Default value: true
- Max linking distance
- Description: Maximum distance a spot can travel between frames and still be linked to its starting spot. Specified in pixel units, unless "Calibrated units" is selected.
- Type: DoubleP
- Default value: 2.0
- Gap closing max distance
- Description: Maximum distance a spot can travel between "Max frame gap" frames and still be linked to its starting spot. This accounts for the greater distance a spot can move between detections when it's allowed to go undetected in some timepoints. Specified in pixel units, unless "Calibrated units" is selected.
- Type: DoubleP
- Default value: 2.0
- Max frame gap
- Description: Maximum number of frames a spot can go undetected before it will be classed as a new track upon reappearance.
- Type: IntegerP
- Default value: 3
- Output track objects
- Description: Track objects that will be added to the workspace. These are parent objects to the spots in that track. Track objects are simply used for linking spots to a common track and storing track-specific measurements.
- Type: OutputTrackObjectP