Back to Aurora Vision Library website

You are here: Start » Function Reference » Region » Region Features » RegionBoundingEllipse

RegionBoundingEllipse


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Computes the smallest ellipse enclosing a region.

Syntax

C++
C#
 
void avl::RegionBoundingEllipse
(
	const avl::Region& inRegion,
	avl::Ellipse2D& outBoundingEllipse
)

Parameters

Name Type Default Description
Input value inRegion const Region& Input region
Output value outBoundingEllipse Ellipse2D&

Errors

List of possible exceptions:

Error type Description
DomainError Empty region on input in RegionBoundingEllipse.