The goal of this project is to detect lanes using various image processing techniques. The main techniques involve using Canny Edge detection, and Hough Lane transforms.
- Convert image to grayscale
- Apply a Gaussian Blur
- Apply a Canny Edge Detection
- Apply a mask to the image
- Apply a Hough Line Transform
- Merge the lines onto the original image
The dataset was found on GitHub. The video that was used is titled IMG_0267.MOV which can be found on Google Drive.