Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Updated wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondaming committed Dec 11, 2021
1 parent f1d8563 commit 4ad3a1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Only the settings used for the current target shape are available.

* Radius - Percentage of the frame that the radius of the circle represents.

* Max Canny Threshold - This sets the amount of change between pixels needed to be considered an edge. The smaller it is, the more false circles may be detected. Circles, corresponding to the larger accumulator values, will be returned first.
* Max Canny Threshold - This sets the amount of change between pixels needed to be considered an edge. The smaller it is, the more false circles may be detected. Circles with more points along their ring having high contrast values will be returned first.

* Circle Accuracy - This determines how perfect the circle contour must be in order to be considered a circle. Low values (<40) are required to detect things that aren't perfect circles.

Expand Down

0 comments on commit 4ad3a1f

Please sign in to comment.