Python
Finding lanes using openCV and Numpy
The program needs an input such as an image or a video. The input is then converted to grayscale and non-essential pixels are removed. The algorithm then draws a c color over the original input indicating the position of the lane.