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). .. image:: ../../screenshot.png .. toctree:: :maxdepth: 2 :caption: About about gallery .. toctree:: :maxdepth: 2 :caption: Getting Started install running .. toctree:: :maxdepth: 2 :caption: User Guide userguide/gui_layout userguide/workflow userguide/load userguide/process userguide/track userguide/visualization userguide/post .. toctree:: :maxdepth: 2 :caption: Methods and Algorithms synthetic_data poly_projection .. toctree:: :maxdepth: 2 :caption: Reference validation parallelization cmd_ref ffmpeg