You are here: Start » AVL.NET » AVS.RegionsFeatureValues Method

AVS.RegionsFeatureValues Method

Computes the feature values of the input regions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionsFeatureValues
(
	IList<AvlNet.Region> inRegions,
	AvlNet.RegionFeature inFeature,
	IList<float> outValues
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.IList<AvlNet.Region>Input regions.
inFeatureAvlNet.RegionFeatureRegion feature value to be computed.
outValuesSystem.Collections.Generic.IList<float>

See also