Skip to content

Kalman filtering-based visual object tracking. Originally was used for faces, but can be used with any rectangular objects.

License

Notifications You must be signed in to change notification settings

tianhaijie/kalman-object-tracking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiple object tracking code based on OpenCV library.

OpenCV 2.2+ is needed to run code. Main.cpp is not part of this code, but its just given to show the usage of Tracker class, its quite simple.

This application is supposed to run on video data. Objects detected at each frame are given to Tracker class, and this class trackes detections which point to the same object. The tracking rectangle is decided using Kalman filtering.

About

Kalman filtering-based visual object tracking. Originally was used for faces, but can be used with any rectangular objects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%