We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a740a4c + 7885ef2 commit 14ae679Copy full SHA for 14ae679
doc/tutorials/imgproc/imgtrans/hough_circle/hough_circle.markdown
@@ -66,7 +66,7 @@ Explanation
66
- *min_dist = gray.rows/16*: Minimum distance between detected centers.
67
- *param_1 = 200*: Upper threshold for the internal Canny edge detector.
68
- *param_2* = 100\*: Threshold for center detection.
69
- - *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.
70
- *max_radius = 0*: Maximum radius to be detected. If unknown, put zero as default.
71
72
-# Draw the detected circles:
0 commit comments