From: Kuang Fangjun Date: Mon, 30 Jul 2018 10:18:18 +0000 (+0800) Subject: fix a typo. X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~1^2~597^2~12^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83039c8752961764a2f7ade885461bef307904de;p=platform%2Fupstream%2Fopencv.git fix a typo. --- diff --git a/modules/imgproc/include/opencv2/imgproc.hpp b/modules/imgproc/include/opencv2/imgproc.hpp index c760a54..a831d0e 100644 --- a/modules/imgproc/include/opencv2/imgproc.hpp +++ b/modules/imgproc/include/opencv2/imgproc.hpp @@ -1771,7 +1771,7 @@ Corners in the image can be found as the local maxima of this response map. size as src . @param blockSize Neighborhood size (see the details on #cornerEigenValsAndVecs ). @param ksize Aperture parameter for the Sobel operator. -@param k Harris detector free parameter. See the formula below. +@param k Harris detector free parameter. See the formula above. @param borderType Pixel extrapolation method. See #BorderTypes. */ CV_EXPORTS_W void cornerHarris( InputArray src, OutputArray dst, int blockSize,