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

ParameterDescription
Input imageImage in which to detect spots.
Output spot objectsSpot objects that will be added to the workspace. If tracking is enabled, each spot will have a parent track object.
Calibrated unitsEnable 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 localisationEnable TrackMate's "Subpixel localisation" functionality. When enabled, subpixel centroid coordinates will be stored as measurements associated with each detected object.
Median filteringEnable TrackMate's "Median filtering" functionality.
RadiusExpected radius of spots in the input image. Specified in pixel units, unless "Calibrated units" is selected.
ThresholdThreshold 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 sizeWhen enabled, output spot objects will have explicit size (rather than a single, centroid coordinate) determined by the TrackMate-calculated estimated diameter.
Run trackingTrack 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 methodMethod with which spots are tracked between frames:
  • "Linear motion (Kalman)" Uses the previous position of a spot and its current velocity to estimate where the spot will be in the next frame. These predicted spots are linked to the spots in the current frame. When dealing with particles moving at roughly constant speeds, this method should be more accurate.
  • "Simple" (default) Calculates links between spot positions in the previous and current frames. This does not take motion into account.
Max linking distanceMaximum 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 distanceMaximum 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 radiusMinimum spot separation required for creation of a new track.
Search radiusMaximum distance between predicted spot location and location of spot in current frame.
Max frame gapMaximum number of frames a spot can go undetected before it will be classed as a new track upon reappearance.
Output track objectsTrack 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.