a project focused on processing video inputs to detect road lane lines and calculate vehicle speeds using computer vision techniques. It employs edge detection and Hough Transform methods for lane detection, and tracks vehicle speed by calculating the time taken to cross predefined strips on the road.
python opencv computer-vision edge-detection lane-detection hough-transform traffic-monitoring real-time-video-processing vehicle-speed-calculation automated-vehicle-guidance
-
Updated
Jun 30, 2024 - Python