Spell correction

Corrected the spelling which was used in explanation for parameters.
This commit is contained in:
Ninad P.Chaudhari 2017-04-29 20:03:47 +05:30 committed by GitHub
parent a740a4ca38
commit 7885ef2ac8

View File

@ -66,7 +66,7 @@ Explanation
- *min_dist = gray.rows/16*: Minimum distance between detected centers. - *min_dist = gray.rows/16*: Minimum distance between detected centers.
- *param_1 = 200*: Upper threshold for the internal Canny edge detector. - *param_1 = 200*: Upper threshold for the internal Canny edge detector.
- *param_2* = 100\*: Threshold for center detection. - *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. - *max_radius = 0*: Maximum radius to be detected. If unknown, put zero as default.
-# Draw the detected circles: -# Draw the detected circles: