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 plugin

Documentation

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.

Leave a Review

Leave a review
Cancel review
View full changelog
Close changelog

Changelog

  • Version 0.0.1.5 • Released on: 2013-08-07 17:10:48
    Download
    Description:

    Handle 'NaN' in track coordinates:
    - trim track that contain 'NaN' at one extremity
    - discard tracks that contain 'NaN' at other time locations that extremities.

  • Version 0.0.1.4 • Released on: 2012-02-11 00:55:26
    Download
    Description:

    missing detections are interpolated and indicated as being 'virtual'

  • Version 0.0.1.3 • Released on: 2012-02-10 16:28:01
    Download
    Description:

    jar export error

  • Version 0.0.1.2 • Released on: 2012-02-10 16:26:17
    Download
    Description:

    removed beta flag

  • Version 0.0.1.1b • Released on: 2012-02-03 17:39:27
    Download
    Description:

    Fixed a problem with TrackGroup objects that do not have a description.

  • Version 0.0.1.0b • Released on: 2012-02-03 11:01:49
    Download