Tool NameHough Circle Transformation
Tool ID16
Library IDimagery_opencv
Version1.0
Author(s)O.Conrad (c) 2023

Description

Hough Circle Transformation.

References

OpenCV Tutorial | Hough Circle Transformation


Parameters

NameTypeIdentifierDescriptionConstraints
Input
Gridgrid, inputGRID
Output
Circlesshapes, outputCIRCLES
Options
UnitchoiceUNITAvailable Choices:
[0] cells
[1] map units
Default: 0
Radiusvalue rangeRADIUS
Minimum Distancefloating point numberMIN_DISTMinimum distance between the centers of the detected circles. If the parameter is too small, multiple neighbor circles may be falsely detected in addition to a true one. If it is too large, some circles may be missed.Minimum: 0.000000
Default: 3.000000
MethodchoiceMETHODAvailable Choices:
[0] Hough gradient
[1] Hough gradient (alternative)
Default: 0
Accumulator Resolutionfloating point numberRESOLUTIONInverse ratio of the accumulator resolution to the image resolution. if set to 1, the accumulator has the same resolution as the input image. If set to 2, the accumulator has half as big width and height. For 'Hough gradient (alternative)' the recommended value is 1.5, unless some small very circles need to be detected.Minimum: 1.000000
Default: 3.000000