next up previous contents
Next: 13.3.5.6.2 Vertical Up: 13.3.5.6 Sobel Filter Previous: 13.3.5.6 Sobel Filter   Contents

13.3.5.6.1 Horizontal

\begin{displaymath}
\left[
\begin{array}{r r r}
-1 & -2 & -1 \\
0 & 0 & 0 \\
1 & 2 & 1 \\
\end{array}
\right]
\end{displaymath}



2001-01-10