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
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.