DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
551 stars 259 forks source link

Road Lane Detection #367

Closed NotIncorecc closed 3 weeks ago

NotIncorecc commented 3 weeks ago

Road Lane Highlighting using OpenCV

Summary

In this project I have developed a program using OpenCV to detect and highlight lanes in a video recording of a road.

Description

It involves dynamic masking on the basis of the color of the road

The changes are as follows:

Checks

in the repository

in the PR

Thank You, resolves #366 NotIncorecc