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 | |
|---|---|---|---|---|
![]() |
inRegion | const Region& | Input region | |
![]() |
inFeature | RegionFeature::Type | Region feature value to be computed | |
![]() |
outValue | float& |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Incorrect RegionFeature in RegionFeatureValue. |


