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

AVS.DemarcateRegions Method

Splits common pixels of the input regions among these regions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DemarcateRegions
(
	IList<AvlNet.Region> inRegions,
	AvlNet.Metric? inMetric,
	IList<AvlNet.Region> outRegions
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.IList<AvlNet.Region>
inMetricAvlNet.Metric?Metric used for deciding which region owns a pixel; if set to NIL, region with lowest index in the input array is chosen. Default value: atl::NIL.
outRegionsSystem.Collections.Generic.IList<AvlNet.Region>

Function Overrides

See also