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

added the techniques for edge detection. #15

Closed vaani787 closed 4 years ago

vaani787 commented 4 years ago

I experimented with different color spaces and then added the various techniques for edge detection.

Anujg935 commented 4 years ago

Hi @vaani787 its you have to use matplotlib for showing output image, not cv2.

vaani787 commented 4 years ago

I have detected the region of interest and also used hough transform to display the lane lines. they are displayed using matplotlib.