Skip to content

fabulousfeng/Finding-Lane-Lines-on-the-Road

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finding Lane Lines on the Road

The goals / steps of this project are the following:

  • Finding lane lines on the road from a vedio

Overview

A viedio is made of a series of images, if we can detect lines in images, we can do it for vedios as well. The steps are as follows:

Grayscale gray

Canny edge detection edges

Hough_lines transformation lines_edges

Finally if we combine the result with the original image output