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

Edge detection in the image #6

Closed Anujg935 closed 4 years ago

Anujg935 commented 4 years ago

As main aim of the project is to detect lane from the input image .So in this edge detection is very popular technique to detect edges in the input image. So in this issue you should work on detecting edges. You have to liberty to choose b/w different edge detection techniques available which best suits and give best results. Following are the things you can work on:-

in ipython notebook you can try out different techniques and make PR for the same. while combining different components in the project we can take best one but for learning you should know the all the techniques.

Anujg935 commented 4 years ago

solved by @bharath-acchu