Back to FabImage Library website
You are here: Start » Function Reference » Region » Region Features » RegionBoundingEllipse
RegionBoundingEllipse
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationBasic |
Computes the smallest ellipse enclosing a region.
Syntax
C++
C#
void fil::RegionBoundingEllipse ( const fil::Region& inRegion, fil::Ellipse2D& outBoundingEllipse )
Parameters
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty region on input in RegionBoundingEllipse. |


