diff --git a/P1.ipynb b/P1.ipynb index 7916a27..bca7cfc 100644 --- a/P1.ipynb +++ b/P1.ipynb @@ -27,10 +27,20 @@ "---\n", "\n", "
\n", - " \"Combined\n", + " \"Combined\n", "
\n", "

\n", - "

Your output image should look like this (more or less) after line detection

\n", + "

Your output should look something like this (above) after detecting line segments using the helper functions below

\n", + "
\n", + "
\n", + "

\n", + "

\n", + "

\n", + "
\n", + " \"Combined\n", + "
\n", + "

\n", + "

Your goal is to connect/average/extrapolate line segments to get output like this

\n", "
\n", "
" ] diff --git a/line-segments-example.jpg b/line-segments-example.jpg new file mode 100644 index 0000000..25ac1e0 Binary files /dev/null and b/line-segments-example.jpg differ