News

Lane Lines Detection Using Python and OpenCV In this project, I used Python and OpenCV to detect lane lines on the road. I developed a processing pipeline that works on a series of individual images, ...
Overview This project demonstrates real-time lane detection in road videos using OpenCV and Python. The program applies Canny Edge Detection and Hough Line Transformation to highlight lane lines on ...