https://github.com/jjnanthakumar/opencv-lanes-detection
lane detection using OpenCV python
https://github.com/jjnanthakumar/opencv-lanes-detection
image-processing opencv python3
Last synced: over 1 year ago
JSON representation
lane detection using OpenCV python
- Host: GitHub
- URL: https://github.com/jjnanthakumar/opencv-lanes-detection
- Owner: jjnanthakumar
- Created: 2020-10-09T15:05:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-21T11:38:19.000Z (about 5 years ago)
- Last Synced: 2024-07-29T18:56:58.020Z (almost 2 years ago)
- Topics: image-processing, opencv, python3
- Language: Python
- Homepage: https://jjnanthakumar.github.io/
- Size: 11.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-OpenCV-LanesDetection
Before getting started install the required modules:
1) pip install numpy
2) pip install python-opencv
The above modules must be installed. If not then it will result in an error.