Back to Aurora Vision Library website
You are here: Start » Function Reference » Conversions » Ellipse2DToShapeRegion
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationLite |
Converts an ellipse to region of interest.
Syntax
C++
C#
void avl::Ellipse2DToShapeRegion ( const avl::Ellipse2D& inEllipse, avl::ShapeRegion& outShapeRegion )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inEllipse | const Ellipse2D& | ||
![]() |
outShapeRegion | ShapeRegion& |


