Back to FabImage Library website
You are here: Start » Function Reference » Region » Region Global Transforms » RegionConvexHull

RegionConvexHull
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationBasic |
Computes the smallest convex region containing the input region.
Syntax
C++
C#
void fil::RegionConvexHull ( const fil::Region& inRegion, fil::Region& outRegion )
Parameters
Description
The operation computes the smallest of all convex region containing the given one.
Examples
![]() |
![]() |
RegionConvexHull run on a sample region.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input and output regions are not distinct in RegionConvexHull. |
See Also
- RegionConvexity – Computes the area of a region divided by area of its convex hull.
- PathConvexHull – Computes the smallest convex shape that contains the given path.