STRUCK is part of the Visual Object Tracking Repository, which aims at providing a central repository for state-of-the-art tracking algorithms that are freely available. The source code for this tracker was obtained from its project website and extended by a challenge mode. Additionally, the code was updated to use Eigen3 and to support OpenCV 3. The following description was copied literally from the original author.
Code to accompany the paper: Struck: Structured Output Tracking with Kernels Sam Hare, Amir Saffari, Philip H. S. Torr International Conference on Computer Vision (ICCV), 2011
Copyright (C) 2011 Sam Hare, Oxford Brookes University, Oxford, UK
Contact: Sam Hare [email protected]
OpenCV: http://opencv.willowgarage.com/ Eigen: http://eigen.tuxfamily.org/
This code has been developed and tested using OpenCV v2.1 and Eigen v2.0.15
struck [config-file-path]
If no path is given the application will attempt to use ./config.txt.
Please see config.txt for configuration options.
Sequences are assumed to be of the format of those available from:
http://vision.ucsd.edu/~bbabenko/project_miltrack.shtml
This code uses the OpenCV graphing utilities provided by Shervin Emami: http://www.shervinemami.co.cc/graphs.html