Commit 988089e2 authored by Taddeüs Kroes's avatar Taddeüs Kroes

improc ass4: Small formulation change in report.

parent 8137d202
......@@ -135,9 +135,9 @@ G = convolve(F, Gauss(s), mode='nearest')
\end{verbatim}
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
complexity of $\mathcal{O}(\sigma)$, which is much faster than the 2D
convolution (certainly for higher scales).
\ref{fig:times-1d}. The graphs shows that the 1D convolution has a
computational complexity of $\mathcal{O}(\sigma)$, which is much faster than
the 2D convolution (certainly for higher scales).
\begin{figure}[H]
\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