This MATLAB code is an implementation of the visual tracking method proposed in [1]. The implementation is built upon the code provided by [2]. The code provided by [3] is used for computing the color name representation.

The project website is:
http://www.cvl.isy.liu.se/research/objrec/colvistrack/index.html

Instructions:
1) Run the "run_tracker.m" script in MATLAB.
2) Choose sequence (only "deer" is included).

Contact:
Martin Danelljan
martin.danelljan@liu.se


[1] Martin Danelljan, Fahad Shahbaz Khan, Michael Felsberg and Joost van de Weijer.
    "Adaptive Color Attributes for Real-Time Visual Tracking".
    Proceedings of IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2014.

[2] J. Henriques, R. Caseiro, P. Martins, and J. Batista.
    "Exploiting the circulant structure of tracking-by-detection with kernels."
    In ECCV, 2012.

[3] J. van de Weijer, C. Schmid, J. J. Verbeek, and D. Larlus.
    "Learning color names for real-world applications."
    TIP, 18(7):15121524, 2009.