Short Description
TrackProcessor for the TrackManager plugin that allows importing/exporting tracks. Input and output files are in the .xml format used for the ISBI'2012 Particle Tracking Challenge. Tracks are loaded/exported in/from the TrackManager pluginDocumentation
This plugin allows one to import tracks that have been saved in the xml file format used for the ISBI 2012 Particle tracking challenge (http://www.bioimageanalysis.org/track/). Tracks are imported in the TrackManager plugin and one can choose the name of the group of tracks to create.
This plugin is a TrackProcessor that can be executed from within the TrackManager plugin. As it is not a standard plugin, it cannot be executed directly from the usual Icy interface. One as first to launch the Track Manager plugin, click on "add Track Processor" and select "ISBI Challenge Tracks Importer".
The plugin also offers the possibility to export some tracks that are in the current pool of the Track Manager plugin to a xml file that complies with the standards of the ISBI 2012 Particle tracking challenge.
For plugin developpers, the tracks import and export functions are public and static and can thus be called directly from other plugins. See the source code of the plugin for more details.