Skip to content

Commit 8e5f46c

Browse files
Update README.md
1 parent bd3e38f commit 8e5f46c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Pipeline architecture:
1515
5. Apply Hough transform.
1616
6. Average and extrapolating the lane lines.
1717
7. Apply on video streams.
18+
1819
I'll explain each step in details below.
1920

2021
## **Environement:**
@@ -262,4 +263,4 @@ def process_video(test_video, output_video):
262263
## **Conclusion:**
263264
----
264265
The project succeeded in detecting the lane lines clearly in the video streams.
265-
This project is intended to only detect (mostly) straight lines. Detecting curved lane line is behind the scope of this work.
266+
This project is intended to only detect (mostly) straight lines. Detecting curved lane line is behind the scope of this work.

0 commit comments

Comments
 (0)