Skip to content

Commit

Permalink
Merge pull request opencv#8675 from ninadpchaudhari:patch-1
Browse files Browse the repository at this point in the history
Spell correction
  • Loading branch information
alalek authored Apr 29, 2017
2 parents a740a4c + 7885ef2 commit 14ae679
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 14ae679

Please sign in to comment.