charann29 / opensource

105 stars 225 forks source link

S1 -B1 -vehicle and speed detection #556

Open Ansul09 opened 3 weeks ago

Ansul09 commented 3 weeks ago

This project focuses on vehicle and speed detection using OpenCV and Python. The system leverages video streams or pre-recorded videos to detect moving vehicles and estimate their speed. The core components of the project include vehicle detection using background subtraction methods, contour detection, and object tracking techniques. For speed estimation, the system calculates the time taken by a vehicle to travel between two defined points in the video frame, considering the frame rate and the real-world distance between these points.

https://github.com/charann29/cmr_opensource/assets/172357607/9f906a8b-4981-40ee-92a0-3e35d396f9c4

https://github.com/charann29/cmr_opensource/assets/172357607/835dd7b1-f38a-41e5-b073-b04d613465e8

Ansul09 commented 3 weeks ago

Speed and vehicle detection using opencv (my first project)