In this project we will detect lane lines in images using Python and OpenCV. OpenCV means "Open-Source Computer Vision", which is a package that has many useful tools for analyzing images. To identify, calculate and draw the lane line, we will use the following methods:
- Canny Edge Detection
- Hough Transform
- Linear Regression
- Python3
- OpenCV
- Scikit Learn
- Moviepy
You can run the code in lane_detection.ipynb step by step.
For more information, you may read writeup.md
