Skip to content

Commit 83039c8

Browse files
committed
fix a typo.
1 parent 80cab4a commit 83039c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgproc/include/opencv2/imgproc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@ Corners in the image can be found as the local maxima of this response map.
17711771
size as src .
17721772
@param blockSize Neighborhood size (see the details on #cornerEigenValsAndVecs ).
17731773
@param ksize Aperture parameter for the Sobel operator.
1774-
@param k Harris detector free parameter. See the formula below.
1774+
@param k Harris detector free parameter. See the formula above.
17751775
@param borderType Pixel extrapolation method. See #BorderTypes.
17761776
*/
17771777
CV_EXPORTS_W void cornerHarris( InputArray src, OutputArray dst, int blockSize,

0 commit comments

Comments
 (0)