ketanrs08 / Lane-Detection-for-Highways

Lane Detection Pipeline for a video stream using Python and OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finding Lane Lines on the Road

Combined Image

Overview

When we drive, we use our eyes to decide where to go. The lines on the road that show us where the lanes are act as our constant reference for where to steer the vehicle. Naturally, one of the first things we would like to do in developing a self-driving car is to automatically detect lane lines using an algorithm. The developed pipeline will detect lane lines in images using Python and OpenCV.

Refer to the Writeup for more information on how the pipeline works and jupyter notebook Lane Detection Pipeline to run.

Alt text

About

Lane Detection Pipeline for a video stream using Python and OpenCV

License:MIT License


Languages

Language:Jupyter Notebook 100.0%