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

AVS.GetMaximumRegion Method

Returns the region from the input array that corresponds to the largest computed feature value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void GetMaximumRegion
(
	IList<AvlNet.Region> inRegions,
	AvlNet.RegionFeature inFeature,
	AvlNet.Region outRegion,
	out float outValue,
	out int outIndex
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.IList<AvlNet.Region>Input regions.
inFeatureAvlNet.RegionFeatureRegion feature value to be computed.
outRegionAvlNet.RegionOutput region.
outValuefloatComputed feature value of the output region.
outIndexint

Function Overrides

See also