Back to FabImage Studio website
You are here: Start » Filter Reference » Region Global Transforms » RegionConvexHull
Computes the smallest convex region containing the input region.
Name | Type | Description | |
---|---|---|---|
![]() |
inRegion | Region | Input region |
![]() |
outRegion | Region | Output region |
Description
The operation computes the smallest of all convex region containing the given one.
Examples
![]() |
![]() |
RegionConvexHull run on a sample region.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input and output regions are not distinct in RegionConvexHull. |
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- PathConvexHull – Computes the smallest convex shape that contains the given path.
- RegionConvexity – Computes the area of a region divided by area of its convex hull.