Back to Aurora Vision Library website

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

RegionComplexity


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Calculates how much the input region's perimeter is bigger than the perimeter of a circle of the same area.

Syntax

C++
C#
 
void avl::RegionComplexity
(
	const avl::Region& inRegion,
	float& outComplexity
)

Parameters

Name Type Default Description
Input value inRegion const Region& Input region
Output value outComplexity float&