Back to Adaptive Vision Library website

You are here: Start » Function Reference » Shape Features » ShapeInscribedCircle

ShapeInscribedCircle


Header:AVL.h
Namespace:avl

Computes the circle with the maximal possible area contained in the input shape.

Syntax

C++
C#
 
void avl::ShapeInscribedCircle
(
	const avl::Path& inShape,
	avl::Circle2D& outInscribedCircle
)

Parameters

Name Type Default Description
inShape const Path&
outInscribedCircle Circle2D&

Errors

List of possible exceptions:

Error type Description
DomainError Open path on input in ShapeInscribedCircle.