replace algo pos

This commit is contained in:
toni
2018-02-20 15:58:18 +01:00
parent 4c72c4f15f
commit 8370920d7d
3 changed files with 12 additions and 12 deletions

View File

@@ -61,7 +61,7 @@ This recursive calculation scheme further reduces the time complexity of the box
Furthermore, only one addition and subtraction is required to calculate a single output value.
The overall algorithm to efficiently compute \eqref{eq:boxFilt} is listed in Algorithm~\ref{alg:naiveboxalgo}.
\begin{algorithm}[ht]
\begin{algorithm}[t]
\caption{Recursive 1D box filter}
\label{alg:naiveboxalgo}
\begin{algorithmic}[1]