Search
Close this search box.

Tracker

Pursuing Object Positions Across Applications

Tracker is a cross platform application for tracking objects in videos, image stacks, or files that contain object positions (\*.csv, \*.mat). Any object that can be segmented from the background can be tracked. The original motivation for this code was to track particles in multiphase flow reactors such as fluid beds, spouted beds, moving beds, and risers so that particle velocities could be measured to use for validation. This technique is typically known as particle tracking velocimetry (PTV).

Goals

The goal of this project is to provide a tool that is:

  • open source
  • continuously developed
  • does not rely on expensive software
  • parallel
  • has a graphical user interface (GUI)
  • one continuous pipeline; from reading the file to post processing
  • well documented
  • continuously tested and verified

This project is written in Python and relies heavily on the “standard” scientific stack including numpyscipy, and matplotlib. For most of the media reading and image processing, OpenCV is used. Finally, the graphical user interface uses Qt.

Please see the documentation for more information.

Tracker screenshot