Merge pull request #12102 from csukuangfj:patch_3

pull/12036/head
Alexander Alekhin 6 years ago
commit c4e0f4b2b5
  1. 2
      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 . size as src .
@param blockSize Neighborhood size (see the details on #cornerEigenValsAndVecs ). @param blockSize Neighborhood size (see the details on #cornerEigenValsAndVecs ).
@param ksize Aperture parameter for the Sobel operator. @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. @param borderType Pixel extrapolation method. See #BorderTypes.
*/ */
CV_EXPORTS_W void cornerHarris( InputArray src, OutputArray dst, int blockSize, CV_EXPORTS_W void cornerHarris( InputArray src, OutputArray dst, int blockSize,

Loading…
Cancel
Save