From fb9f75c5ba614ff2c43432fbdff16f379289afe5 Mon Sep 17 00:00:00 2001 From: Kirin Chu <74814435+dodo920306@users.noreply.github.com> Date: Fri, 15 Dec 2023 09:21:23 +0800 Subject: [PATCH] Fix typo Changed "shough" to "should" for better clarity. --- modules/imgproc/include/opencv2/imgproc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgproc/include/opencv2/imgproc.hpp b/modules/imgproc/include/opencv2/imgproc.hpp index 951f59bd91..c95f1ada1d 100644 --- a/modules/imgproc/include/opencv2/imgproc.hpp +++ b/modules/imgproc/include/opencv2/imgproc.hpp @@ -2261,7 +2261,7 @@ too large, some circles may be missed. @param param1 First method-specific parameter. In case of #HOUGH_GRADIENT and #HOUGH_GRADIENT_ALT, it is the higher threshold of the two passed to the Canny edge detector (the lower one is twice smaller). Note that #HOUGH_GRADIENT_ALT uses #Scharr algorithm to compute image derivatives, so the threshold value -shough normally be higher, such as 300 or normally exposed and contrasty images. +should normally be higher, such as 300 or normally exposed and contrasty images. @param param2 Second method-specific parameter. In case of #HOUGH_GRADIENT, it is the accumulator threshold for the circle centers at the detection stage. The smaller it is, the more false circles may be detected. Circles, corresponding to the larger accumulator values, will be