/CodeClause_Road_Lane_Detection

Detecting road lanes using OpenCV and Python

Primary LanguagePython

Project Title

Road Lane Detection

Project Description

This project uses the computer vision library OpenCV to detect road lanes in an image and in video frames with the help of Python.

Screenshots

In an Image

In a video

In a video

Requirements

  • numpy
  • OpenCv

Installation

  clone the project

Deployment

Open cmd in the working directory and type

To run the project run

   python detection_on_image.py
   python detection_on_vid.py
   python nyc_lane_detection.py

and test it.