Skip to content
forked from xuduo35/STAPLE

C++ implementation of staple algorithm for object tracking.

License

Notifications You must be signed in to change notification settings

MrChannon/STAPLE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

C++ implementation of staple algorithm for object tracking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.5%
  • C 1.8%
  • CMake 0.7%