Road Lane Detection
This project uses the computer vision library OpenCV to detect road lanes in an image and in video frames with the help of Python.
- numpy
- OpenCv
clone the project
Open cmd in the working directory and type
To run the project run
python detection_on_image.py
python detection_on_vid.py
python nyc_lane_detection.py
and test it.