Back to FabImage Studio website
You are here: Start » Filter Reference » Region Features » RegionBoundingCircle
Computes the smallest circle enclosing a region.
Name | Type | Description | |
---|---|---|---|
![]() |
inRegion | Region | Input region |
![]() |
outBoundingCircle | Circle2D |
Hints
- If the input region is not guaranteed to be non-empty, precede this filter with SkipEmptyRegion.
Examples
Description of usage of this filter can be found in examples and tutorial: Fuses, Mounts (Blob Analysis), Mounts (Contour Analysis).
![]() |
The resulting outBoundingCircle circle drawn onto the input region.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Empty region on input in RegionBoundingCircle. |
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filters is member of RegionBoundingCircle filter group.