Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
BabakShah committed Nov 8, 2017
1 parent 7bff1c7 commit 3482d15
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ I verified that my perspective transform was working as expected by drawing the

<center>
<img src="./output_images/unwarped.jpg" alt="Road image" style="width: 100%;"/>
<!--<figcaption>Distorted image</figcaption>-->
</center>

#### 3. Combining color and gradient thresholds
Expand All @@ -96,21 +95,18 @@ The Sobel gradient thresholds:

<center>
<img src="./output_images/gradients.jpg" alt="Road image" style="width: 100%;"/>
<!--<figcaption>Distorted image</figcaption>-->
</center>

The HLS color thresholds:

<center>
<img src="./output_images/colors.jpg" alt="Road image" style="width: 100%;"/>
<!--<figcaption>Distorted image</figcaption>-->
</center>

And the combined gradient and HLS color thresholds:

<center>
<img src="./output_images/colors.jpg" alt="Road image" style="width: 100%;"/>
<!--<figcaption>Distorted image</figcaption>-->
</center>

#### 4. Describe how (and identify where in your code) you identified lane-line pixels and fit their positions with a polynomial?
Expand Down

0 comments on commit 3482d15

Please sign in to comment.