Skip to content

Object Detection using Optical Flow Tracker, Kalman Filter in OpenCV

Notifications You must be signed in to change notification settings

SwethasriKavuri/Object-Detection-and-Tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Detect the face in the first frame of the movie: Using pre-trained Viola-Jones detector
Track the face throughout the movie using:
CAMShift
Particle Filter
Face detector + Kalman Filter (always run the kf.predict(), and run kf.correct() when you get a new face detection)
 
Face Detector + Optical Flow tracker (use the OF tracker whenever the face detector fails).

About

Object Detection using Optical Flow Tracker, Kalman Filter in OpenCV

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages