Self-Project: Self-Driving Car Design
Based on computer vision techniques to find road lane line by inputting car's camera video and output result video which only contained three colors, especially shown current road markings as two red lines;
Used Canny transform, Gaussian blur algorithm and Hough transform to process images and defined a pipeline function to put all operations together;