FindCirclesCommand Class |
![]() |
Namespace: MediaCy.Addins.Hough
Public Class FindCirclesCommand Inherits HoughCommand
The FindCirclesCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | FindCirclesCommand | Initializes a new instance of the FindCirclesCommand class |
![]() | FindCirclesCommand(McCommand) | Initializes a new instance of the FindCirclesCommand class |
Name | Description | |
---|---|---|
![]() | Completeness |
Defines how complete circles should be to be located.
Set this value to 1 to locate only complete circles,
if the value is set to 0.5 then even half-circles will be located.
The values from 0.6 to 0.8 produce the best results.
The Completeness value assumes that the circles on the original image
or after edge preprocessing have maximum intensity corresponded to the image class.
If the circles have lower intensities, the value should be increased proportionally.
|
![]() | MinDistanceBetweenCenters |
Minimum distance between centers relatively to RadiusMin. Circles closer than the given distance will be ignored.
|
![]() | MinRadiusDifference |
Minimum radius difference of circles at the same position. Circles with smaller differences will be ignored.
|
![]() | Preprocessing |
Preprocessing edge detecting filter
|
![]() | RadiusMax |
Maximum circle radius in pixels.
|
![]() | RadiusMin |
Minimum circle radius in pixels.
|
![]() | RadiusSteps |
Number of steps detecting circles.
|
![]() | ResultType |
Type of the result
|
Name | Description | |
---|---|---|
![]() ![]() | FromOptions |