# mosse-tracker **Repository Path**: hhh123123abc/mosse-tracker ## Basic Information - **Project Name**: mosse-tracker - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-10 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=5539960). 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](results/surfer_mosse.gif) ## Dependencies * MATLAB * MATLAB Vision Toolbox ## How to run * Start MATLAB and navigate to project directory. * Navigate to `src/` directory. `>> cd src` * Run the `mosse` MATLAB script. `>> mosse` * First frame of the video will popup; select the object to track. * The tracker script will show subsequent frames with appropriate bounding boxes. To run on your dataset, simply change the path in `src/mosse.m` script. ## License MIT