Skip to content

qswawrq/Simple-Lane-Line-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Lane-Line-Detection

Identify lane lines on the road from a video stream.

  1. The original image:

alt text

  1. Grayscale:

alt text

  1. Gaussian Blur:

alt text

  1. Canny transform:

alt text

  1. Generate a mask:

alt text

  1. Apply the mask:

alt text

  1. Hough transform:

alt text

  1. Extrapolate and average lines:

alt text

  1. Draw lines on the original image:

alt text

Sample video (easy):

alt text

Sample video (hard):

alt text

About

Identify lane lines on the road from a video stream.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages