Skip to content

wilfredgithuka/lane-detection-nairobi

Repository files navigation

Lane Detection on Nairobi Roads using OpenCV

A lane detection algorith applied to Nairobi roads in Kenya

thumb0002

The main objective of this project is to find lane lines in video using basic computer vision. The lines on the road show us where the lanes are and act as a 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.In this project I have created a pipeline to detect lane lines in images and videos using Python and OpenCV.

PyconKe

PyConKe 2017 will be the first in a series of anual gatherings of software developers, techies, business people, startups, learning institutions, students and other organizations and individuals that use or otherwise have an interest/stake in the Python programming language and its ecosystem. This will be the basis of my presentation, so incase you did not manage to attend, just clone this repo and you can find the ppt on my website >> githuka.com

Pipeline

This repo basically introduces the concept of lane detection on roads from a picture feed. Am not done with the video part but the rest of the code's pipeline should work smoothly.

rgbimageinput grayimageoutput bluurimageoutput cannyimageoutput houghimageoutput mergedimageoutput

Credits