Commit ad3fdcae authored by Taddes Kroes's avatar Taddes Kroes

improc ass4: Fixed typo.

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