Skip to content

Commit

Permalink
Fix readme image load issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
BabakShah committed Nov 8, 2017
1 parent 3482d15 commit 00b341b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ This resulted in the following source and destination points:
I verified that my perspective transform was working as expected by drawing the `src` and `dst` points onto a test image and its warped counterpart to verify that the lines appear parallel in the warped image.

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

#### 3. Combining color and gradient thresholds
Expand All @@ -94,19 +94,19 @@ I used a combination of color and gradient thresholds to generate a binary image
The Sobel gradient thresholds:

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

The HLS color thresholds:

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

And the combined gradient and HLS color thresholds:

<center>
<img src="./output_images/colors.jpg" alt="Road image" style="width: 100%;"/>
<img src="./output_images/Colors.jpg" alt="Road image" style="width: 100%;"/>
</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 00b341b

Please sign in to comment.