codedeep79 / lane-detection

Lane Detection using Python and OpenCV applied to programming of self-driving car

Repository from Github https://github.comcodedeep79/lane-detectionRepository from Github https://github.comcodedeep79/lane-detection

Lane Detection

OpenCV Lane Detection using Python

Install OpenCV in Ubuntu

Refresh the packages index and install the OpenCV package by typing:

sudo apt update
sudo apt install python3-opencv

To verify the installation, import the cv2 module and print the OpenCV version:

python3 -c "import cv2; print(cv2.__version__)"

About

Lane Detection using Python and OpenCV applied to programming of self-driving car

License:MIT License


Languages

Language:Python 100.0%