Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 560 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 560 Bytes

Visual Tracking with Mean Shift

Introduction

This is a very simple demo, which implements the meanshift tracking algorithm. I also write an Chinese blog to make details about this algorithm. If you are an English speaker, you could read the original paper.

Prepare for using

  • Matlab

Run

You just run the script of demo_meanshift.m, And select a rectangle area to define an interest target, then let it go.