Original image
Annotated
Through this project you'll be able to detect lane lines on the road in images and videos by creating Computer Vision process pipeline.
- Convert the image to grayscale
- Blur the image using Gaussian filter
- Apply Canny edge detection
- Mask the edges detected
- Apply Hough transform