From 7885ef2ac88e3f6c58c5b0fffc6161c7eeed7e13 Mon Sep 17 00:00:00 2001 From: "Ninad P.Chaudhari" Date: Sat, 29 Apr 2017 20:03:47 +0530 Subject: [PATCH] Spell correction Corrected the spelling which was used in explanation for parameters. --- .../imgproc/imgtrans/hough_circle/hough_circle.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/imgproc/imgtrans/hough_circle/hough_circle.markdown b/doc/tutorials/imgproc/imgtrans/hough_circle/hough_circle.markdown index 9f3951927c..36c03cd143 100644 --- a/doc/tutorials/imgproc/imgtrans/hough_circle/hough_circle.markdown +++ b/doc/tutorials/imgproc/imgtrans/hough_circle/hough_circle.markdown @@ -66,7 +66,7 @@ Explanation - *min_dist = gray.rows/16*: Minimum distance between detected centers. - *param_1 = 200*: Upper threshold for the internal Canny edge detector. - *param_2* = 100\*: Threshold for center detection. - - *min_radius = 0*: Minimum radio to be detected. If unknown, put zero as default. + - *min_radius = 0*: Minimum radius to be detected. If unknown, put zero as default. - *max_radius = 0*: Maximum radius to be detected. If unknown, put zero as default. -# Draw the detected circles: