A lane detection project using computer vision techniques to detect lane lines on the road from images and videos.
This project applies computer vision techniques like color space conversion, Gaussian blur, edge detection, Hough transform, and linear regression to detect lane lines on the road in images and videos.
- Python 3
- OpenCV
- NumPy
- Matplotlib
- MoviePy