Lane-Line Detection System using Python
Being able to detect lane lines could be a crucial task for any self-driving autonomous vehicle. In this project, to identify lane lines on the road OpenCV is used. OpenCV method uses the input images to find any lane lines command among and also for rendering out an illustration of the lane. The OpenCV tools like color selection, the region of interest selection, grey scaling, Gaussian smoothing, Canny Edge Detection, and Hough Transform line detection are being employed.