Chebil-Ilef / RoadLaneDetection

Road Lane Detection , a repository focused on implementing lane detection in images and videos using OpenCV, numpy, and matplotlib.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Road Lane Detection

Road lane detection plays a crucial role in various applications, including autonomous vehicles and driver assistance systems.

Project Description

This project uses the OpenCV to detect road lanes in an image and in video frames with the help of Artificial Intelligence.

Requirements

  • numpy
  • OpenCv
  pip install opencv-python

  pip install opencv-contrib-python
  • matplotlib
  pip install matplotlib

Installation

  clone the project

Deployment And Testing

Open cmd in the working directory and type

To run the project run

   python detection_on_image.py
   python detection_on_vid.py

And have fun testing. You can press q to escape.

About

Road Lane Detection , a repository focused on implementing lane detection in images and videos using OpenCV, numpy, and matplotlib.


Languages

Language:Python 100.0%