Giter Club home page Giter Club logo

carnd-lanelines-p1's Introduction

Finding Lane Lines on the Road

The goals / steps of this project are the following:

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

Reflection

1. Describe your pipeline. As part of the description, explain how you modified the draw_lines() function.

My pipeline consisted of 7 steps.

  1. Coverting the images to grayscale
  2. Applying a Gaussian blur to the images
  3. Applying Canny edge detection
  4. Masking the images so that only the region of interest is processed
  5. Running the Hough transform to identify lines
  6. Smoothikng the result with a average slope and intercept of each side lines
  7. Ploting the lines on top of the images

In order to draw a single line on the left and right lanes, I modified the draw_lines() function as follows:

  1. Calculate the averge slopes and intercepts for left lines and right lines
  2. Extrapolate each of the lines to the top and bottom of the lane

If you'd like to include images to show how the pipeline works, here is how to include an image:

alt text

2. Identify potential shortcomings with your current pipeline

My current pipeline works well on the first two videos, but I am getting a float infinity error on the optinal third video. I will solve this issue after I get necessary knowledge for this issue.

3. Suggest possible improvements to your pipeline

I'd like to get better parameters for Hough transform, so I need to get more knowlege for rho and theta values.

carnd-lanelines-p1's People

Contributors

linked0 avatar

Watchers

 avatar  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.