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

Applying hough transform is added #18

Closed bharath-acchu closed 4 years ago

bharath-acchu commented 4 years ago

Hough transform is added , Please review it . It has been done in selecting_area_of_interest.ipynb

Anujg935 commented 4 years ago

hi @bharath-acchu it's looking good to me but can you change the color of the line which you are drawing on the image as white color is not looking good.

bharath-acchu commented 4 years ago

Thank you @Anujg935 for the suggestion . I have modified it , Please review it .