Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Road Lane Detection #367

Merged
merged 2 commits into from
Oct 31, 2024
Merged

Road Lane Detection #367

merged 2 commits into from
Oct 31, 2024

Conversation

NotIncorecc
Copy link
Contributor

@NotIncorecc NotIncorecc commented Oct 30, 2024

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:

  • Added the script and required code within the folder
  • Adjusted README.md file as stated

Checks

in the repository

  • Made no changes that degrades the functioning of the repository
  • Gave each commit a better title (unlike updated README.md)

in the PR

  • Followed the format of the pull_request_template
  • Made the Pull Request in a small level (for the creator's wellfare)
  • Tested the changes you made

Thank You,
resolves #366
NotIncorecc

@DhanushNehru DhanushNehru merged commit 164d09c into DhanushNehru:master Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Highlight lanes of a road using OpenCV
2 participants