Back to FabImage Library website
You are here: Start » Function Reference » Region » Region Features » RegionFeatureValue
RegionFeatureValue
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationBasic |
Computes the feature value of the input region.
Syntax
C++
C#
void fil::RegionFeatureValue ( const fil::Region& inRegion, fil::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. |


