Skip to content

SaadLaggoun/Camshift-Algorithm-For-AnalyseDeSequenceVideo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

A class assignement about implementing an Object tracking algorithm of choice, I've picked the Camshift algorithm.

image

This algorithm is a superset of the Meanshift algorithm. It came to light at the year of 1998 by Gary R and Bradski. The Meanshift algorithm was very limited in terms of object tracking capabilities, it struggled with rotation and orientation. That’s why the authors Gary R and Bradski created the Camshift algorithm, to supplement the Meanshift algorithm with enough functionality to surpass its problems.

I should mention that my implementation struggled some causalities, so I tried to add some tweeks so I can further improve the results -they weren’t prefect-, I've used mathematical morphology and tuned the parameters. But still, these tweaks were only for my problem at hand -the video of me holding a blue book- so you should also go through the process of trail and error to adjust my implementation to best fit your problem -your video-.

image

Have fun!

About

Implementation of the Camshift algorithm for an assignment from Video Sequence Analysis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages