Finding Lane Lines on the Road The goals / steps of this project are the following: Finding lane lines on the road from a vedio Overview A viedio is made of a series of images, if we can detect lines in images, we can do it for vedios as well. The steps are as follows: Grayscale Canny edge detection Hough_lines transformation Finally if we combine the result with the original image