Commit c8f80287 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Merge branch 'master' of ssh://vo20.nl/home/git/repos/uva

parents 1cf0b95f 988089e2
...@@ -135,9 +135,9 @@ G = convolve(F, Gauss(s), mode='nearest') ...@@ -135,9 +135,9 @@ G = convolve(F, Gauss(s), mode='nearest')
\end{verbatim} \end{verbatim}
The timing results of the first code snippet are displayed in figure The timing results of the first code snippet are displayed in figure
\ref{fig:times-1d}. The graphs shows that \texttt{Gauss1} has a computational \ref{fig:times-1d}. The graphs shows that the 1D convolution has a
complexity of $\mathcal{O}(\sigma)$, which is much faster than the 2D computational complexity of $\mathcal{O}(\sigma)$, which is much faster than
convolution (certainly for higher scales). the 2D convolution (certainly for higher scales).
\begin{figure}[H] \begin{figure}[H]
\label{fig:times-1d} \label{fig:times-1d}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment