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

Curve Lines Implementation on lanes. #64

Open akshitagupta15june opened 3 years ago

akshitagupta15june commented 3 years ago

change the draw_lines() function to draw curved lines instead of straight lines. This can be achieved by substituting the y = mx + c formula with a partial ellipse, hyperbola, parabola or a partial circle. This would enable the algorithm to work on curved lanes, which would be hugely important.

akshitagupta15june commented 3 years ago

https://github.com/akshitagupta15june/lane_detection_opencv/blob/master/detector_opencv.py

pbilwanikar commented 3 years ago

I would like to work on it.

akshitagupta15june commented 3 years ago

Ok assigning