Welcome to Tracker’s documentation!

Tracker is a cross platform application for tracking objects in videos, image stacks, or files that contain object positions (*.csv, *.mat). The application is written in Python and uses OpenCV, scipy, and numpy to process videos and images, find the same object across frames, and determine the object’s velocity. This technique is typically known as particle tracking velocimetry (PTV).

_images/screenshot.png

About