Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
uva
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
uva
Commits
5f676a7c
Commit
5f676a7c
authored
Nov 04, 2011
by
Taddes Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improc ass4: Added result of Canny Edge Detector to report.
parent
c8f80287
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
improc/ass4/report/canny_2_20_60.pdf
improc/ass4/report/canny_2_20_60.pdf
+0
-0
improc/ass4/report/report.tex
improc/ass4/report/report.tex
+6
-4
No files found.
improc/ass4/report/canny_2_20_60.pdf
0 → 100644
View file @
5f676a7c
File added
improc/ass4/report/report.tex
View file @
5f676a7c
...
...
@@ -188,9 +188,11 @@ the Wiki page is self-explanatory, we will not discuss the algorithm itself in
this report.
The program usage is as follows:
\begin{verbatim}
python canny.py SCALE [ LOWER
_
THRESHOLD HIGHER
_
THRESHOLD ]
\end{verbatim}
The scale is obviously used for finding the intensity gradient, and the
thresholds are used in the "Hysterisis thresholding" part. Note that the
thresholds are optional, because the assignment instructs to create a function
...
...
@@ -200,13 +202,13 @@ the resulting plot will contain an additional image containing a binary image
of edges. The thresholds can be specified in the range 0-255, they are scaled
down by the program to match the image's color range. An example execution of
edge detection on the cameraman image using a scale of 2, a lower threshold of
20 and a higher threshold of 60, can be viewed in figure
\ref
{
fig:canny
}
20 and a higher threshold of 60, can be viewed in figure
\ref
{
fig:canny
}
.
\begin{figure}
[H]
\label
{
fig:canny
}
\
center
\includegraphics
[scale=.
5
]
{
canny
_
2
_
20
_
60.pdf
}
\
hspace
{
-5cm
}
\includegraphics
[scale=.
6
]
{
canny
_
2
_
20
_
60.pdf
}
\caption
{
The result of
\texttt
{
python canny.py 2 20 60
}
.
}
\end{figure}
\end{document}
\end{document}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment