akshitagupta15june / lane_detection_opencv

The main emphasis of this project is to find the further ways which can be used further to improve the result of lane detection algorithms. Join Discord channel for discussion.
https://discord.gg/CWqgNWbNye
MIT License
37 stars 36 forks source link

Introduce a width paramter for the lane. #62

Open akshitagupta15june opened 3 years ago

akshitagupta15june commented 3 years ago

This way, if there is an obstacle on some part of the lane, the algorithm still knows to identify the lanes using the width difference.

Purvanshsingh commented 3 years ago

Please correct me if I am wrong, What I understood is if we are not able to detect an edge due to some obstacle then the width parameter will be used to detect that edge from the opposite edge at the distance of the specified width.

akshitagupta15june commented 3 years ago

yes , absoulutely!

akshitagupta15june commented 3 years ago

Do u want to work on this?

Purvanshsingh commented 3 years ago

Yes.

akshitagupta15june commented 3 years ago

ok great