Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-21T11:38:19.000Z (over 3 years ago)
- Last Synced: 2024-07-29T18:56:58.020Z (4 months 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-opencvThe above modules must be installed. If not then it will result in an error.