Back to Aurora Vision Library website
You are here: Start » Function Reference » Region » Region Features » RegionBoundingEllipse_OrNil
RegionBoundingEllipse_OrNil
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationBasic |
Computes the smallest ellipse enclosing a region; returns NIL if the region is empty.
Syntax
C++
C#
void avl::RegionBoundingEllipse_OrNil ( const avl::Region& inRegion, atl::Conditional<avl::Ellipse2D>& outBoundingEllipse )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | const Region& | Input region | |
![]() |
outBoundingEllipse | Conditional<Ellipse2D>& |


