Nuacht

A computer vision project using OpenCV to detect road lane lines in driving videos. It processes video frame-by-frame using edge detection, region masking, Hough transforms, and overlays lane lines to ...
Abstract: Safe navigation is enabled by lane detection, which is an important component of autonomous vehicles and Advanced Driver-Assistance Systems (ADAS). Existing methods struggle with accuracy ...
This project uses computer vision (OpenCV and NumPy) to detect lane lines on roads, estimate steering direction, and annotate the video feed or images accordingly. Detects road lane lines using ...