Get Circle Properties

Use this tool to get properties of one or more circles.

Parameters

Basic Parameters

Image:

This parameter represents the input image containing the circular ROI.

Circle:

This parameter defines the circular region(s) of interest (ROIs) for the processing. By default no ROI is defined. To define the circles to be checked, you either have to connect the parameter to an appropriate ROI result of a previous tool or you have to draw new ROIs into the image using the available ROI buttons.

Results

Basic Results

X:

This result contains the position of the circle center in x-direction in pixels. If more than one circle was processed via the parameter "Circle", a tuple of values is returned.

Y:

This result contains the position of the circle center in y-direction in pixels. If more than one circle was processed via the parameter "Circle", a tuple of values is returned.

Radius:

This result contains the radius of the circle in pixels. If more than one circle was processed via the parameter "Circle", a tuple of values is returned.

Area:

This result contains the area of the circle in pixels. If more than one circle was processed via the parameter "Circle", a tuple of values is returned.

Tool State:

"Tool State" returns information about the state of the tool and thus can be used for error handling. For more information, see Tool State Result

Additional Results

Processing Time:

This result returns the duration of the most recent execution of the tool in milliseconds. The result is provided as additional result. Therefore, it is hidden by default but it can be displayed via the button beside the tool results. For more information see the section Processing Time in the tool reference overview.