Lane Detection using Gradient, Colour Thresholding and sliding window algorithm — In my earlier post, I talked about finding lane lines using Edge Detection and Hough Transforms. While Canny edge detection is great in finding the edges, it gives you a lot of edges in the picture, all of which are not relevant for the lane finding. In this post, I…