A single particle tracking library written in MATLAB.
Automatically imports all tif files in a directory using importMovie, tracks using findParticle, and saves the movie and tracked arrays to files. Has an option of importing the movie in chunks, for times when the entire movie is too large to fit into memory. This results in several movie and tracked files.
Contains the actual tracking algorithm.
Plays a movie imported using importMovie. Can be used to overlay the tracking onto the actual images.
Script that utilizes autotrack to track all movies in a data set.
Loads movies which are saved as multiple single-image tiff files in a directory.
Loads movies which are saved as multi-image tiffs.