gnebehay / STRUCK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STRUCK: Structured Output Tracking with Kernels

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.

README

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 sam.hare@brookes.ac.uk


Requirements

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


Usage

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

Sequences are assumed to be of the format of those available from:

http://vision.ucsd.edu/~bbabenko/project_miltrack.shtml


Acknowledgements

This code uses the OpenCV graphing utilities provided by Shervin Emami: http://www.shervinemami.co.cc/graphs.html

About

License:GNU General Public License v3.0


Languages

Language:C++ 95.5%Language:C 3.8%Language:CMake 0.7%