Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.29 KB

File metadata and controls

33 lines (17 loc) · 1.29 KB

Lane_Line_detection_for_autonomous_vehciles

A python script has ben developed to detect lane lines in a video using numerous computer vision algorithms. Below are the image outputs after applying respective algorithms:

  1. Original image

image

  1. Converting to Grayscale and applying Gaussian blur

image

  1. Canny edge detection

image

  1. Masked image

image

  1. Line image after hough transforms

image

  1. Resultant image

image

Applying the same process on a video (a series of images) will give the following output:

project_video_output_test.mp4