Table of Contents

Post-processing toolbox

Once you have performed object tracking, there are many tasks that you may wish to perform with that tracking data. This page lists a number of scripts that can be downloaded that perform various post-processing tasks on FAST's track output.

Track format conversion

If you are more comfortable with programming languages other than Matlab or you are using FAST's stand-alone version, you will need to convert the tracking data structures into platform-specific structures. These scripts perform these conversions:

Population labelling

Many datasets consist of mixtures of distinct populations of objects; these scripts allow you to automatically separate out and label these populations.

Event labelling

Often, we are interested in the time at which an object performs a particular action. These scripts will help you to detect these 'events' and assign them to FAST's internal representation.

Data manipulation

These functions allow you to extract or adjust data associated with your tracks.

Lineage tree navigation and manipulation

The division detection module updates tracks to encode a lineage tree. These functions help manipulate and navigate this tree.