/CV-Lane-Detection

Python Implementation for detecting lanes on road using OpenCV

Primary LanguagePythonMIT LicenseMIT

CV-Lane-Detection

Python Implementation for detecting lanes on road using OpenCV

About

This is the implementation for detecting and apllying coloured lanes for roads with lane markings

Pre-requisites

Download and install the following module:
1)cv2 - pip install cv2
2)matplotlib - pip install matplotlib
3)scipy - pip install scipy
4)numpy - pip install numpy

Author

Pranav Raikote