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 ...
This project implements a computer vision–based lane detection system for autonomous vehicle simulations using OpenCV. It processes video input and uses Canny edge detection, region masking, Hough ...