Skip to content

Commit

Permalink
Update readme file and images.
Browse files Browse the repository at this point in the history
  • Loading branch information
BabakShah committed Nov 10, 2017
1 parent 09b9758 commit db298c8
Show file tree
Hide file tree
Showing 4 changed files with 1,052 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# SDC-AdvancedLaneLines
Self-driving Car Project: Advanced Lane Lines Detection and Tracking

<center>
<img src="output_images/Lane-Keeping-Assist.jpg" width="80%" alt="NVIDIA end-to-end learning" />
</center>

Hello there! I'm Babak. Let me introduce you to my project. In used computer vision techniques to detect and track lane lines from a
front-facing stereo camera. This algorithm can be used in conjunction with steering control for ADAS functions such as lane keep assist, lane departure warning. This project was written using Python object oriented programming.

**Advanced Lane Finding Project**

The steps of this project are the following:
Expand Down Expand Up @@ -111,17 +118,17 @@ And the combined gradient and HLS color thresholds:

Then I did fit my lane lines with a 2nd order polynomial like this:

<center>
<!--<center>
<img src="./output_images/SlidingWindow.png" alt="Road image" style="width: 100%;"/>
</center>
</center>-->

<center>
<img src="./output_images/Histogram.png" alt="Road image" style="width: 100%;"/>
<img src="./output_images/Histogram.jpg" alt="Road image" style="width: 100%;"/>
</center>

<center>
<!--<center>
<img src="./output_images/PolyPrevious.png" alt="Road image" style="width: 100%;"/>
</center>
</center>-->

#### 5. Calculating the radius of curvature of the lane and the position of the vehicle with respect to center.

Expand Down
Loading

0 comments on commit db298c8

Please sign in to comment.