I have Created Lane Detection System With OpenCV and CannyEdge Detection
- cv2 - This Library is used to Read The Image
- numpy - This library is used to work with arrays
Install these Libraries with pip command Download Video from https://github.com/rslim087a/road-video this link
- open cmd
- Type python lane.py and hit enter
- you will see that Video is running in Which All the Lines are Detected
- If you want to Check it with Image just Uncomment the commented code and comment the all code next to that
- Now it will detect lines on the Image