GithubHelp home page GithubHelp logo

dringakn / carnd-lanelines-p1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from udacity/carnd-lanelines-p1

1.0 1.0 0.0 72.96 MB

Project to detect road lanes using image processing and compute vision techniques

License: MIT License

Jupyter Notebook 99.92% Shell 0.08%

carnd-lanelines-p1's Introduction

Project: Finding Lane Lines on the Road

Example

Overview

The goal of this project is to find road lanes from a camera video/images. The steps of this project are the following:

  • Make a video processing pipeline that finds lane lines on the road
  • Reflect on the work in a written report

The following Jupyter notebook contains the solution code.

Reflection


Image Processing Pipeline

The road lines detection function takes as input an image. The image is pre-processed as follows

  • Convert the color image to a grayscale image.
  • Remove the noise within the image using a Gaussian blur filter.
  • Apply Canny edge detection on the filtered image.
  • Masked out the unwanted edges in a specified ROI.
  • Apply Hough transformation to detect lines.
  • Annotate the color image with detected lines.
  • Repeat the steps 1-6 for every frame of the video.

Potential shortcomings with the current pipeline

This solution might fail under challenging enviormental conditions such as snow, less ambient light etc. This algorithm assumes straight lines, therefore, it may fail if this assuption doesn't satisfies.

Possible improvements to the pipeline

The canny edge filter and Hough transformation algorithms may be tweaked for further improvements. The code can be implemented using C++ to improve execution performance in real time.

carnd-lanelines-p1's People

Contributors

ryan-keenan avatar dringakn avatar brok-bucholtz avatar andrewpaster avatar mvirgo avatar baumanab avatar moe-elsadig avatar dmlicht avatar mikaelcarpenter avatar citlaligm avatar rasphilco avatar rajatgoyal715 avatar norman-thomas avatar mhorga avatar kokosabu avatar jeremy-shannon avatar domluna avatar quadhd avatar bayne avatar austinjalexander avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.