Changed cornerHarris description to say it finds corners, not edges
This commit is contained in:
parent
8afb7a40c6
commit
7dc147c1f2
@ -85,7 +85,7 @@ The output of the function can be used for robust edge or corner detection.
|
|||||||
|
|
||||||
cornerHarris
|
cornerHarris
|
||||||
------------
|
------------
|
||||||
Harris edge detector.
|
Harris corner detector.
|
||||||
|
|
||||||
.. ocv:function:: void cornerHarris( InputArray src, OutputArray dst, int blockSize, int ksize, double k, int borderType=BORDER_DEFAULT )
|
.. ocv:function:: void cornerHarris( InputArray src, OutputArray dst, int blockSize, int ksize, double k, int borderType=BORDER_DEFAULT )
|
||||||
|
|
||||||
@ -105,7 +105,7 @@ Harris edge detector.
|
|||||||
|
|
||||||
:param borderType: Pixel extrapolation method. See :ocv:func:`borderInterpolate` .
|
:param borderType: Pixel extrapolation method. See :ocv:func:`borderInterpolate` .
|
||||||
|
|
||||||
The function runs the Harris edge detector on the image. Similarly to
|
The function runs the Harris corner detector on the image. Similarly to
|
||||||
:ocv:func:`cornerMinEigenVal` and
|
:ocv:func:`cornerMinEigenVal` and
|
||||||
:ocv:func:`cornerEigenValsAndVecs` , for each pixel
|
:ocv:func:`cornerEigenValsAndVecs` , for each pixel
|
||||||
:math:`(x, y)` it calculates a
|
:math:`(x, y)` it calculates a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user