• Stars
    star
    120
  • Rank 295,983 (Top 6 %)
  • Language
    C++
  • License
    MIT License
  • Created almost 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

C++ implementation of staple algorithm for object tracking.

STAPLE

C++ implementation for the tracker described in the CVPR16 paper "Staple: Complementary Learners for Real-Time Tracking" by Bertinetto et al.

@article{bertinetto2015staple,
  title={Staple: Complementary Learners for Real-Time Tracking},
  author={Bertinetto, Luca and Valmadre, Jack and Golodetz, Stuart and Miksik, Ondrej and Torr, Philip},
  journal={arXiv preprint arXiv:1512.01355},
  year={2015}
}

I wrote this code only for praticing OpenCV and Matlab, still many things need to be optimized.

Some code from:

https://github.com/foolwood/DAT

https://github.com/ppaanngggg/fhog

Original matlab version: https://github.com/bertinetto/staple

Testset vot2015: http://box.vicos.si/vot/vot2015.zip