/videoTracker

A c++ application tracking Chilitags in a .avi video and logging their position at each frame. Used as a post-analysis tool for an eye-tracking experiment.

Primary LanguageC++GNU Lesser General Public License v3.0LGPL-3.0

videoTracker

A c++ application tracking Chilitags in a .avi video and logging their position at each frame. Used as a post-analysis tool for an eye-tracking experiment.

Dependencies

Build

mkdir build && cd build
cmake ../src
make

The executable is placed in the bin directory. You can set the videos to read in the bin/config/config.cfg configuration file.