Click or drag to resize

FindCirclesCommand Properties

The FindCirclesCommand type exposes the following members.

Properties
  NameDescription
Public propertyCompleteness
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.
Public propertyMinDistanceBetweenCenters
Minimum distance between centers relatively to RadiusMin. Circles closer than the given distance will be ignored.
Public propertyMinRadiusDifference
Minimum radius difference of circles at the same position. Circles with smaller differences will be ignored.
Public propertyPreprocessing
Preprocessing edge detecting filter
Public propertyRadiusMax
Maximum circle radius in pixels.
Public propertyRadiusMin
Minimum circle radius in pixels.
Public propertyRadiusSteps
Number of steps detecting circles.
Public propertyResultType
Type of the result
Top
See Also