Skip to content

Multiple detection and tracking of moving people and objects in a live video stream.

Notifications You must be signed in to change notification settings

romikavinda/People-Tracking-with-OpenCV-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

People-Tracking-with-OpenCV-

This code is written in C++ and OpenCV to track and identify moving people and objects in a live video stream to track people who spends more than a given period of time to be flagged as suspicious individuals. (Intelligent Security Camera). Uses hungarian algorithm and Kalman filter for robust tracking based on code developed by Smorodov ( https://github.com/Smorodov/Multitarget-tracker) and background subtratcion algorithm in OpenCV for detection of movement.

Demo - https://www.youtube.com/playlist?list=PLMcpOAaAxM8w-B9LNxQgKTzZ91K24q3xv

License MIT License

About

Multiple detection and tracking of moving people and objects in a live video stream.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages