mosse-object-tracking icon indicating copy to clipboard operation
mosse-object-tracking copied to clipboard

This is the implementation of MOSSE tracking algorithm (correlation filter based).

MOSSE Tracking Algorithm

MIT License
This is the python implementation of the - Visual object tracking using adaptive correlation filters.

Requirements

  • python - 3.5.2
  • opencv-python

How to use the code

Step 1

python demo.py 

Step2

Use mouse to select the object which needs to be tracked and Press Enter to start tracking.

Demo

demo

Reference:

[1] Visual object tracking using adaptive correlation filters