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
8137d202
Commit
8137d202
authored
Oct 24, 2011
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improc ass4: Updated timer results in report.
parent
0cda96a2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
improc/ass4/report/gauss_times_1d.pdf
improc/ass4/report/gauss_times_1d.pdf
+0
-0
improc/ass4/report/gauss_times_2d.pdf
improc/ass4/report/gauss_times_2d.pdf
+0
-0
improc/ass4/report/report.tex
improc/ass4/report/report.tex
+2
-2
No files found.
improc/ass4/report/gauss_times_1d.pdf
View file @
8137d202
No preview for this file type
improc/ass4/report/gauss_times_2d.pdf
View file @
8137d202
No preview for this file type
improc/ass4/report/report.tex
View file @
8137d202
...
@@ -73,7 +73,7 @@ largest increase of gray value, which means that the derivations in chapter
...
@@ -73,7 +73,7 @@ largest increase of gray value, which means that the derivations in chapter
All Gaussian functions are implemented in the file
\emph
{
gauss.py
}
. The
All Gaussian functions are implemented in the file
\emph
{
gauss.py
}
. The
\texttt
{
Gauss
}
function fills a 2D array with the values of the 2D Gaussian
\texttt
{
Gauss
}
function fills a 2D array with the values of the 2D Gaussian
function
\footnote
{
\label
{
footnote:gaussian-filter
}
function
\footnote
{
\label
{
footnote:gaussian-filter
}
\url
{
http://en.wikipedia.org/wiki/Gaussian
_
filter
}}
:
\url
{
http://en.wikipedia.org/wiki/Gaussian
\
_
filter
}}
:
$$
g
_{
2
D
}
(
x, y
)
=
\frac
{
1
}{
2
\pi
\sigma
^
2
}
e
^{
-
\frac
{
x
^
2
+
y
^
2
}{
2
\sigma
^
2
}}$$
$$
g
_{
2
D
}
(
x, y
)
=
\frac
{
1
}{
2
\pi
\sigma
^
2
}
e
^{
-
\frac
{
x
^
2
+
y
^
2
}{
2
\sigma
^
2
}}$$
...
@@ -159,4 +159,4 @@ are separable as well:
...
@@ -159,4 +159,4 @@ are separable as well:
\end{tabular}
\end{tabular}
\end{table}
\end{table}
\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