This is an archive of the old MediaWiki-based ImageJ wiki. The current website can be found at imagej.net.

TrackMate

TrackMate-Logo85x50-color-300p.png
TrackMate
Project Fiji
URL https://imagej.net/TrackMate
Source on GitHub
License GPLv3
Release 4.0.0.
Date Tue May 16 15:21:59 CDT 2017
Development status Stable
Support status Active
Team
Founders Jean-Yves Tinevez, Nick Perry, Johannes Schindelin
Leads Jean-Yves Tinevez
Developers Jean-Yves Tinevez
Debuggers Jean-Yves Tinevez
Reviewers Jean-Yves Tinevez
Support Jean-Yves Tinevez
Maintainers Jean-Yves Tinevez, Curtis Rueden
Contributors Nick Perry, Johannes Schindelin, Gary Baker, Albert Cardona, Barry DeZonia, Stefan Helfrich, Mark Hiner, Hadrien Mary, Tobias Pietzsch, Barak Naveh, Chen Ye, Robert Haase, Jan Eglinger

Citation

Please note that TrackMate is available through Fiji, and is based on a publication. If you use it successfully for your research please be so kind to cite our work:

Tinevez, JY.; Perry, N. & Schindelin, J. et al. (2017), "TrackMate: An open and extensible platform for single-particle tracking.", Methods 115: 80-90, PMID 27713081, <http://www.sciencedirect.com/science/article/pii/S1046202316303346> (on Google Scholar).


Presentation

TrackMate is your buddy for your everyday tracking .



Examples

Error creating thumbnail: Unable to save thumbnail to destination

The first 2 hours of a C.elegans embryo development, followed in 3D over time using TrackMate (strain: AZ212)


TrackMate Celegans lineage detail.png

A detail of the corresponding unannotated lineage visualized in TrackScheme. The full lineage of this one hour of imaging is there.


Error creating thumbnail: Unable to save thumbnail to destination

TrackMate can be set to detect and deal with gap-closing events, splitting events and merging events.


Error creating thumbnail: Unable to save thumbnail to destination

TrackMate can also be used for basic track analysis. Here is plotted the estimated diameter of a C.elegans cell as it divides over time.


Error creating thumbnail: Unable to save thumbnail to destination

A movie following one cell of a C.elegans embryo tracked over 3 hours, as it divides. The track follows the lineage from cell AB to ABaraapap.



Single Particle Tracking

TrackMate provides the tools to perform single particle tracking (SPT). SPT is an image analysis challenge where the goal is to segment and follow over time some labelled, spot-like structures. Each spot is segmented in multiple frames and its trajectory is reconstructed by assigning it an identity over these frames, in the shape of a track. These tracks can then be either visualized or yield further analysis results such as velocity, total displacement, diffusion characteristics, division events, etc...

TrackMate can deal with single particles, or spot-like objects. They are bright objects over a dark background for which the object contour shape is not important, but for which the main information can be extracted from the X,Y,Z coordinates over time. Examples include sub-resolution fluorescent spots, labelled traffic vesicles, nuclei or cells imaged at low resolution.

Though these objects are solely represented by a X,Y,Z,T coordinates array, TrackMate can compute numerical features for each spot, given its coordinates and a radius. For instance, the mean, max, min and median intensity will be computed, as well as the estimated radius and orientation for each spot, allowing to follow how these feature evolves over time for one object.



TrackMate goals

Its development focuses on achieving two concomitant goals:

For users

TrackMate aims at offering a generic solution that works out of the box, through a simple and sensible user interface.

The tracking process is divided in a series of steps, through which you will be guided thanks to a wizard-like GUI. It privileges tracking schemes where the segmentation step is decoupled from the particle-linking step.

The segmentation / filtering / particle-linking processes and results are visualized immediately in 2D or 3D, allowing to judge their efficiency and adjust their control parameters. The visualization tools are the one shipped with Fiji and interact nicely with others plugin.

Several automated segmentation and linking algorithms are provided. But you are also offered to edit the results manually, or even to completely skip the automatic steps, and perform fully manual segmentation and/or linking.

Some tools for track and spot analysis are included. Various plots can be made directly from the plugin and for instance used to derive numerical results from the tracks. If they are not enough, functions are provided to export the whole results to other analysis software such as MATLAB.

TrackMate relies on several different libraries and plugins for data manipulation, analysis and visualization. This can be a pitfall when distributing a complex plugin, but this is where the Fiji magic comes into play. All dependencies are dealt with by through the Fiji updater. Installing TrackMate is easy as calling the Fiji Updater, and the plugin must work out of the box. If this does not work for you, then it is a bug and we commit to fix it.

A strong emphasis is made on performance, and TrackMate will take advantage of multi-cores hardware.

For developers

Have you ever wanted to develop your own segmentation and/or particle-linking algorithm, but wanted to avoid the painful burden to also write a GUI, several visualization tools, analysis tools and exporting facilities? Then TrackMate is for you.

We spent a considerable amount of time making TrackMate extensible in every aspect. It has a very modular design, that makes it easy to extend. You can for instance develop your own segmentation algorithm, extend TrackMate to include it, and benefit from the visualization tools and the GUI already there. Here is a list of the components you can extend and customize:

  • detection algorithms
  • particle-linking algorithms
  • numerical features for spots (such as mean intensity, etc..)
  • numerical features for links (such as velocity, orientation, etc..)
  • numerical features for tracks (total displacement, length, etc...)
  • visualization tools
  • post-processing actions (exporting, data massaging, etc...)

You can even modify the GUI, and remove, edit or insert new steps in the wizard. This can be useful for instance if you want to implement a tracking scheme that solves simultaneously the segmentation part and the particle linking part, but still want to take advantage of TrackMate components.

Do you want to make your new algorithms usable by the reviewers of your submitted paper? Upload your extended version of TrackMate to a private update site, as explained here, then send the link to the reviewers. Now that the paper has been accepted (congratulations), you want to make it accessible to anyone? Just put the link to the update site in the article. All of this can happen without us even noticing.


TrackMate was developed to serve as a tool for Life-Science image analysis community, so that new tracking tools can be developed more easily and quickly, and so that end-users can use them to perform their own research. We will support you if need help to reuse it.


Documentation and tutorials

The TrackMate paper contains a polished, pdf version of the documentation below. But we host it here:

File:TrackMate-manual.pdf 14 MB


  • TrackMate version history: Please look at the gihub page for TrackMate releases:

https://github.com/fiji/TrackMate/releases


For users

For developers

But the really interesting part for developers is the ability to extend TrackMate.

Do you have a tracking or a detection algorithm you want to implement? Of course you can write a whole software from scratch. But at some point you will have to design a model to hold the data, to write code that can load and save the results, visualize them, have even a minimalistic GUI, and allow to manually correct the outcome of your algorithm. This can be long, tedious and boring, while the part that interests you is just the core algorithm.

We propose you to use TrackMate as a home for your algorithm. The framework is already there; it might not be perfect but can get your algorithm integrated very quickly. And then you can benefit from the other modules.

The subject of extending TrackMate is not completely trivial. However, recent advances in the SciJava package, brewed by the Fiji and ImageJ2 teams considerably simplified the task. It should be of no difficulty for an average Java developer.

The following tutorials show how to integrate a module of each kind in TrackMate. They are listed by increasing complexity, and it is a good idea to practice them in this order.

Known problems

TrackMate LoG detector will crash if you have the Mosaic suite update site activated. Apparently they ship something that interferes with the FFT code used by the LoG detector. The bug report can be read on BugZilla.

Extensions

Please tell us if you have one that you want to advertise here!

Downloadable jars

Thanks to Travis, the extension we are aware of are built automatically and can be downloaded following the links below. They point to a simple .jar file that you just have to drop in your Fiji.app/jars folder. TrackMate will recognise the extra modules it ships and will integrate them in the plugin.

Extension name Content Authors Link to jar file Source code
TrackMate-extras Various small additions to TrackMate:
  • Multi-channel spot mean intensity analyzer: Computes the mean intensity of spots in up to 10 channels.
  • Multi-channel track mean intensity analyzer: Computes the track mean intensity of its spots in up to 10 channels.
  • ROI exporter: Exports spots as ImageJ ROIs.
Benoit Lombardo & Jean-Yves Tinevez on ImageJ maven Nexus on Github
Find maxima (Trackmate module) This plugin implements the find maxima detection algorithm for TrackMateas in the Process -> Find Maxima... command. The results are almost the same. Subpixel accuracy is activated by default. Thorsten Wagner on Github on Github
Track analysis This extension ships several track analyzers that yield more statistics on tracks. Such as:
  • TOTAL_DISTANCE_TRAVELED
  • MAX_DISTANCE_TRAVELED
  • TRACK_CONFINMENT_RATIO
  • MEAN_STRAIGHT_LINE_SPEED
  • LINEARITY_OF_FORWARD_PROGRESSION
  • MEAN_DIRECTIONAL_CHANGE_RATE
Jean-Yves Tinevez on ImageJ maven Nexus on Github
TrackMate -> Spot-On connector This extension adds an action allowing to automatically transfer a tracking analysis performed in TrackMate to Spot-On, without having to export the tracks and reimport them. Spot-On is a web-interface designed for the analysis of single-molecule tracking experiments. Maxime Woringer on Gitlab on Gitlab

Extra source code

Ronny Sczech TrackMate repository contains the source code to various TrackMate enhancements, in Java and macros:


  • Linear Tracker for TrackMate.

Principle:

    • Link and set a flag for all objects that are sticking more than 80% of the time lapse movie, i.e not moving within a preset radius (Stick radius)
    • Establish a first possible link from an object from the first frame with an object in the second frame within an initial radius
    • Estimate the position of the object in the next frame (3rd) with the obtained vector
    • Link to an object near to this estimated position within a succeeding radius
    • Go on to the next frame until the last is reached
  • Batch Mode Plugin to run TrackMate headless from a configuration file (example:Trackmate.properties) which has to placed in the parent folder of the processed files.
  • Binary Detector to detect objects from a binary image using the ParticleAnalyzer class from ImageJ.
  • Export tracks to SQLite.
  • Export tracks to CSV files.


Documentation

Who uses TrackMate

It turns out that TrackMate has a decent user base, as exemplified by a crude search on Google Scholar. These citations accumulated before the TrackMate paper was out.

TrackMate components

TrackMate actually depends on many other Fiji plugins or libraries. The Fiji Build System system and the Fiji Updater ensures that these dependencies will not bother you. We list them here, with their author when they are not obviously linked:

  • ImgLib2 is used everywhere we need dealing with pixels. Relying on imglib made it trivial to have a plugin that deals indifferently with 2D or 3D images. In particular, we use code from Stephan Preibisch, Stephan Saalfeld, Larry Lindsey and Lee Kamentsky.
  • ImageJA is of course the entry point for the plugin. We use it display the images as 2D slices and in the HyperStack displayer.
  • The 3D Viewer is used for 3D display.
  • Internally, the tracks are represented by a mathematical graph. To manipulate it, we take advantage of the excellent JGraphT library.
  • TrackScheme, the TrackMate component that is used to visualize and edit tracks uses JGraphX for its UI.
  • To display plots and histograms we use JFreeChart.
  • Some algorithm in TrackMate rely on the JAMA matrix package.
  • Exporting visualizations and analysis results to SVG, PDF and other formats are made through the Batik and iText libraries.
  • The TrackMate file format is plain XML, and is generated or loaded using the JDom library.
  • For the icons, as almost every ImageJ plugin with a GUI, we used the silk icon set, by Mark James. But we are also very lucky to have icons and logos designed specifically for TrackMate by IlluScienta.

Acknowledgements

We are extremely thankful for the support of Khuloud Jaqaman while we were implementing in Java a stripped down version of her work on robust LAP tracker, following her seminal paper published in the Danuser group[1].

JYT acknowledges funding from the European commission FP7 ICT (project “MEMI”) at the beginning of this project. NP was a visiting student thanks to funds provisioned by the Stanford University. JS acknowledges funding from the Laboratory for Optical and Computational Instrumentation at the UW-Madison and National Science Foundation award #1121998.

TrackMate development uses YourKit for profiling. YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor. YourKit logo





  1. Jaqaman et al. Robust single-particle tracking in live-cell time-lapse sequences. Nat Methods (2008) vol. 5 (8) pp. 695-702