You are here: Start » AVL.NET » Invoke.RegionsFeatureValues

Invoke.RegionsFeatureValues

Computes the feature values of the input regions.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionsFeatureValues
(
	List<Avl.Region> inRegions,
	Avl.RegionFeature inFeature,
	List<float> outValues
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.List<Avl.Region>Input regions.
inFeatureAvl.RegionFeatureRegion feature value to be computed.
outValuesSystem.Collections.Generic.List<float>

See also