Visual Tracking Project

This software is an attempt to implement of visul tracking filter called Mosse Filter by this paper:
https://www.cs.colostate.edu/~vision/publications/bolme_cvpr10.pdf

Packages:

  • opencv-python

To run:

It can be noticed the tracking quality is not good sometimes where it is noticed that the tracking window diverge from the object, by changing the parameters like the learning rate and the regularizer affect the quality and make a better tracking.
The program is commented and each step is explained. See the PSR evaluation below with specified parameters:

The PSR evaluation can asess the quality of the filter, as the paper says if the values of the PSR between the 20 and 60 it means that the filter is tracking good.