Skip to content

Moving target detection and classification is widely used for security purposes. Here a system is presented which performs the required task of moving object detection, and classification to make the whole system autonomous. First task is to detect the moving object in an image or frame, secondly classify the detected object and track it. The sy…

Notifications You must be signed in to change notification settings

mprabhakar1744/motion-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

motion-detection

Moving target detection and classification is widely used for security purposes. Here a system is presented which performs the required task of moving object detection, and classification to make the whole system autonomous. First task is to detect the moving object in an image or frame, secondly classify the detected object and track it. The system contains one Camera for video capturing, python module for processing and a computer system. Camera is fixed on a platform, which will capture out the moving object. The computer system is used for processing of image/video frame-by-frame. Real time video stream is provided to computer by Camera. Algorithms for detection and tracking are written in Python. In this system the detection and classification are taken out through software. After detection and tracking of moving object, the object is locked. As a result where ever object will move within the camera view, the notification is generated to the concern authority and thus makes the whole system autonomous.

About

Moving target detection and classification is widely used for security purposes. Here a system is presented which performs the required task of moving object detection, and classification to make the whole system autonomous. First task is to detect the moving object in an image or frame, secondly classify the detected object and track it. The sy…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages