You are here: Start » AVL.NET » Function Reference » Region » Region Morphology » AVL.ExpandRegions

AVL.ExpandRegions

Splits pixels of the input regions and their complement among these regions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ExpandRegions
(
	IList<AvlNet.Region> inRegions,
	IList<AvlNet.Region> outRegions
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.IList<AvlNet.Region>
outRegionsSystem.Collections.Generic.IList<AvlNet.Region>

Examples

ExpandRegions performed with inMetric = Taxi.

Errors

List of possible exceptions:

Error type Description
DomainError Dimensions of two or more regions differ in ExpandRegions.
DomainError Input and output arrays are not distinct in ExpandRegions.

Function Overrides

See also