jweber created page: home authored by Justin Weber's avatar Justin Weber
# ![image](/uploads/be250ec9d005211e9c6b652ca6daa3ac/image.png) Tracker
[![build status](http://mfix.netl.doe.gov/gitlab/tools/tracker/badges/master/build.svg)](http://mfix.netl.doe.gov/gitlab/tools/tracker/commits/master)
[![coverage report](http://mfix.netl.doe.gov/gitlab/tools/tracker/badges/master/coverage.svg)](http://mfix.netl.doe.gov/gitlab/tools/tracker/commits/master)
Tracker is a cross platform application for tracking particles in videos. The
application is written in Python and uses Opencv, scipy, and numpy to process
videos and images, find the same object (particle) across frames and determine
the particle velocity.
![image](/uploads/1a7a9c378581f71bb784554e604be44a/image.png)
## Dependencies
The following dependencies need to be satisfied:
- `python` (2 ro 3)
- `opencv` (2+)
- a Qt wrapper (`PyQt4`, `PyQt5`, or `pyside`)
- `qtpy`
- `numpy`
- `scipy`
These dependencies can be easily meet by downloading and installing
[Anaconda][1].
[1]: http://continuum.io/downloads
\ No newline at end of file