https://github.com/ryanstull/mattrack
A particle tracking libary written in MATLAB
https://github.com/ryanstull/mattrack
matlab movie particle-tracking
Last synced: 12 months ago
JSON representation
A particle tracking libary written in MATLAB
- Host: GitHub
- URL: https://github.com/ryanstull/mattrack
- Owner: ryanstull
- License: mit
- Created: 2014-12-12T22:30:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T00:24:00.000Z (over 8 years ago)
- Last Synced: 2025-06-20T23:08:08.459Z (12 months ago)
- Topics: matlab, movie, particle-tracking
- Language: Matlab
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Particle Tracking
A single particle tracking library written in MATLAB.
## Files:
### autoTrack
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.
### findParticle
Contains the actual tracking algorithm.
### playMovie
Plays a movie imported using importMovie. Can be used to overlay the tracking
onto the actual images.
### superTrack
Script that utilizes autotrack to track all movies in a data set.
### loadTiffs
Loads movies which are saved as multiple single-image tiff files in a directory.
### loadTiffStack
Loads movies which are saved as multi-image tiffs.