Computer Vision
SpeedVision
SpeedVision processes highway camera footage to measure vehicle speed in real time. It automatically detects lane boundaries from a reference frame using greyscale conversion and Canny edge detection, splits the video feed by lane, and tracks each vehicle as it crosses detection lines to calculate speed in km/h. Vehicles exceeding the configured limit are flagged and their frames saved for review. Each lane is processed on its own thread so detection scales with the number of lanes in the source footage.
Technologies Used
OpenCV