Back to Aurora Vision Library website

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

RegionFeatureValue


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Computes the feature value of the input region.

Syntax

C++
C#
 
void avl::RegionFeatureValue
(
	const avl::Region& inRegion,
	avl::RegionFeature::Type inFeature,
	float& outValue
)

Parameters

Name Type Default Description
Input value inRegion const Region& Input region
Input value inFeature RegionFeature::Type Region feature value to be computed
Output value outValue float&

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect RegionFeature in RegionFeatureValue.