A python script has ben developed to detect lane lines in a video using numerous computer vision algorithms. Below are the image outputs after applying respective algorithms:
- Original image
- Converting to Grayscale and applying Gaussian blur
- Canny edge detection
- Masked image
- Line image after hough transforms
- Resultant image
Applying the same process on a video (a series of images) will give the following output: