OpenCV Lane Detection using Python
Refresh the packages index and install the OpenCV package by typing:
sudo apt update
sudo apt install python3-opencv

python3 -c "import cv2; print(cv2.__version__)"
Lane Detection using Python and OpenCV applied to programming of self-driving car
Repository from Github https://github.comcodedeep79/lane-detection
OpenCV Lane Detection using Python
Refresh the packages index and install the OpenCV package by typing:
sudo apt update
sudo apt install python3-opencv

python3 -c "import cv2; print(cv2.__version__)"
Lane Detection using Python and OpenCV applied to programming of self-driving car
MIT License