Back to Aurora Vision Library website

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

RegionDispersion


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Calculates how much more the input region's points are dispersed comparing to the points of a circle of the same area.

Syntax

C++
C#
 
void avl::RegionDispersion
(
	const avl::Region& inRegion,
	float& outDispersion
)

Parameters

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