Skip to content

An example for using the new tracking algorithms available with OpenCV 2.4. Here I am using the Detection Based Tracker ( found in the contrib header) . The method uses haar cascade. It is much faster than Haar but not as robust.

ritsz/detection-based-tracker-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#################### README ################################

An example for using the new tracking algorithms available with OpenCV 2.4.
Here I am using the Detection Based Tracker ( found in the contrib header) .
The method uses haar cascade. It is much faster than Haar but not as robust.

I am not entirely sure but I think OpenCV2.4 or above is required.

#################### WORKING ###############################

Just compile and run. No extra inputs required.

About

An example for using the new tracking algorithms available with OpenCV 2.4. Here I am using the Detection Based Tracker ( found in the contrib header) . The method uses haar cascade. It is much faster than Haar but not as robust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages