Merge pull request #566 from FabricioS:master

pull/571/head
Andrey Kamaev 12 years ago committed by OpenCV Buildbot
commit 242a6de719
  1. 2
      modules/imgproc/doc/feature_detection.rst

@ -62,7 +62,7 @@ For every pixel
.. math::
M = \begin{bmatrix} \sum _{S(p)}(dI/dx)^2 & \sum _{S(p)}(dI/dx dI/dy)^2 \\ \sum _{S(p)}(dI/dx dI/dy)^2 & \sum _{S(p)}(dI/dy)^2 \end{bmatrix}
M = \begin{bmatrix} \sum _{S(p)}(dI/dx)^2 & \sum _{S(p)}dI/dx dI/dy \\ \sum _{S(p)}dI/dx dI/dy & \sum _{S(p)}(dI/dy)^2 \end{bmatrix}
where the derivatives are computed using the
:ocv:func:`Sobel` operator.

Loading…
Cancel
Save