Skip to content

Automatic detection and tracking of moving vehicles in a video from a surveillance camera

Notifications You must be signed in to change notification settings

Landzs/Tracking_Multiple_Objects_In_Surveillance_Cameras

Repository files navigation

Tracking_Multiple_Objects_In_Surveillance_Cameras

Description

This is project for course EL2320 Applied Estimation. It is base on Motion-Based Multiple Object Tracking. This project performs automatic detection and tracking of moving vehicles in a video from a surveillance camera. Generally, the program contains 2 parts: 1)Detecting moving objects in each frame , 2) Associating the detections corresponding to the same object over time. The motion of each track is estimated by a particle filter.
You can find more details in Report

How to execute

Tracking_Cars('Data/SampleX.mp4') (X is number form 1 to 9)

Experimental results

image Tracking Car By Particle Filter 1
Tracking Car By Particle Filter 2

Releases

No releases published

Packages

No packages published

Languages