Start » Filter Reference » Computer Vision » Shape Fitting » DetectCircle_LSD
Module: | FoundationPro |
---|
Finds circles in the input image using Line Segment Detection method.
Name | Type | Range | Description | |
---|---|---|---|---|
inImage | Image | Image to fit the circles to | ||
inRoi | Region* | Input region of interest | ||
inSmoothing | GaussKernel | Predefined Gauss kernel | ||
inEdgeThreshold | Real | 0.1 - | Minimum accepted edge magnitude | |
inToleranceCircle | Real | 0.001 - | Maximum accepted defects in output circles | |
inMinRadius | Integer | 0 - | Minimum radius of output circles | |
outCircles | Circle2DArray | Found circles |
Complexity Level
This filter is available on Basic Complexity Level.