Skip to content

Commit 14ae679

Browse files
authored
Merge pull request opencv#8675 from ninadpchaudhari:patch-1
Spell correction
2 parents a740a4c + 7885ef2 commit 14ae679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorials/imgproc/imgtrans/hough_circle/hough_circle.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Explanation
6666
- *min_dist = gray.rows/16*: Minimum distance between detected centers.
6767
- *param_1 = 200*: Upper threshold for the internal Canny edge detector.
6868
- *param_2* = 100\*: Threshold for center detection.
69-
- *min_radius = 0*: Minimum radio to be detected. If unknown, put zero as default.
69+
- *min_radius = 0*: Minimum radius to be detected. If unknown, put zero as default.
7070
- *max_radius = 0*: Maximum radius to be detected. If unknown, put zero as default.
7171

7272
-# Draw the detected circles:

0 commit comments

Comments
 (0)