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.
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:-
CannyEdge detection
Image gradients (Sobel operator)
any other that you can find
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.
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.