Finding lane lines on the road using Canny Edge detection and Hough transforms
Udacity Self-Driving Car Engineer Nanodegree Project 1
Final output still from the image processing pipeline
This project contains the results from completing Project 1 of the Udacity Self-Driving Car Engineer Nanodegree. The goal of the project is to create an image processing pipeline using basic computer vision techniques, including Canny edge detection and Hough transforms, to correctly identify lane lines on the road. The pipeline should be robust enough to work on a series of images (video) with varying conditions like nearby cars on the road, changing light conditions and color variations from shadows, etc.
This project was developed using Python 3.5. The IPython notebook can be run using Jupyter Notebooks. The project depends on the NumPY, OpenCV, Matplotlib & MoviePy libraries.