qswawrq / Simple-Lane-Line-Detection

Identify lane lines on the road from a video stream.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%