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: 1
   :caption: About

   about
   gallery
   change_log

.. toctree::
   :maxdepth: 2
   :caption: Getting Started

   getting_started/install
   getting_started/running
   getting_started/forum
   tutorials

.. 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

   methods/synthetic_data
   methods/poly_projection
   methods/template_matching

.. toctree::
   :maxdepth: 2
   :caption: Reference

   reference/validation
   reference/parallelization
   reference/cmd_ref
   reference/ffmpeg