This is a Python script that can detect the speed of multiple vehicles on multi-lane highways. It works by using Haar Cascade Classifier to identify vehicles in every nth frame and then removes unnecessary parts of the image to speed up processing. Two reference lines have been established, one for the vehicle's entry and one for its exit. When a vehicle crosses the entry line, its time is recorded, and it is tracked using centroid tracking techniques. The script records the time when the vehicle crosses the exit line. By calculating the time difference between entry and exit, the script estimates the speed of the vehicle. This code focusses on Object Tracking and Speed Estimation of vehicles passing by a road. The camera angle is from slightly above the road, (similar to the video given)
-
Notifications
You must be signed in to change notification settings - Fork 0
ruchakale211/Vehicle-Speed-Estimation-and-Detecting-Overspeeding
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published