@@ -381,7 +381,7 @@ implements the core of Levenberg-Marquardt optimization algorithm.
& Compute the spatial image derivatives \\
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/imgproc_image_filtering.html\#cv-laplacian}{Laplacian()}}& compute Laplacian: $\Delta I =\frac{\partial^2 I}{\partial x^2}+\frac{\partial^2 I}{\partial y^2}$\\
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/imgproc_image_filtering.html\#cv-erode}{erode()}}, \texttt{\href{http://opencv.willowgarage.com/documentation/cpp/imgproc_image_filtering.html\#cv-dilate}{dilate()}}&Erode or dilate the image\\