amoudgl / mosse-tracker

Implementation of MOSSE tracker in MATLAB: Visual Object Tracking using Adaptive Correlation Filters (CVPR 2010)
MIT License
82 stars 25 forks source link
computer-vision visual-tracking

mosse-tracker

This is a MATLAB implementation of Minimum Output Sum of Squared Error (MOSSE) tracking algorithm.

Details regarding the tracking algorithm can be found in the following paper:

Visual Object Tracking using Adaptive Correlation Filters.
David S. Bolme, J. Ross Beveridge, Bruce A. Draper, Yui Man Lui.
Computer Vision and Pattern Recognition (CVPR), 2010 IEEE Conference on. IEEE, 2010.

Output

Surfer result gif

Dependencies

How to run

To run on your dataset, simply change the path in src/mosse.m script.

License

MIT