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

Creating a Single Left and Right Lane Line #21

Closed bharath-acchu closed 4 years ago

bharath-acchu commented 4 years ago

Task : create only one line for each of the groups of lines we found after applying hough transforms. This can be done by fitting a simple linear model to the various endpoints of the line segments in each group, then rendering a single overlay line on that linear model.

Anujg935 commented 4 years ago

Hi @bharath-acchu I am assigning it to you. go ahead with this issue.