Run TrackMate
Uses the TrackMate plugin included with Fiji to detect and track spots in images.
Description
Uses the TrackMate plugin included with Fiji to detect and track spots in images. For more information, see the TrackMate documentation.
Parameters
Parameter | Description |
---|---|
Input image | Image in which to detect spots. |
Output spot objects | Spot objects that will be added to the workspace. If tracking is enabled, each spot will have a parent track object. |
Calibrated units | 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. |
Do sub-pixel localisation | Enable TrackMate's "Subpixel localisation" functionality. When enabled, subpixel centroid coordinates will be stored as measurements associated with each detected object. |
Median filtering | Enable TrackMate's "Median filtering" functionality. |
Radius | Expected radius of spots in the input image. Specified in pixel units, unless "Calibrated units" is selected. |
Threshold | 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). |
Estimate spot size | When enabled, output spot objects will have explicit size (rather than a single, centroid coordinate) determined by the TrackMate-calculated estimated diameter. |
Run tracking | 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. |
Tracking method | Method with which spots are tracked between frames:
|
Max linking distance | 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. |
Gap closing max distance | 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. |
Initial search radius | Minimum spot separation required for creation of a new track. |
Search radius | Maximum distance between predicted spot location and location of spot in current frame. |
Max frame gap | Maximum number of frames a spot can go undetected before it will be classed as a new track upon reappearance. |
Output track objects | 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. |