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

Invoke.DemarcateRegions

Splits common pixels of the input regions among these regions.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void DemarcateRegions
(
	List<Avl.Region> inRegions,
	Optional<Avl.Metric> inMetric,
	List<Avl.Region> outRegions
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.List<Avl.Region>
inMetricAtl.Optional<Avl.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.List<Avl.Region>

See also