You are here: Start » AVL.NET » AVL.RegionSymmetricDifference_OfArray Method

AVL.RegionSymmetricDifference_OfArray Method

Computes a region containing pixels belonging to odd number of array regions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionSymmetricDifference_OfArray(
	AvlNet.Region[] inRegionArray,
	out AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionArrayAvlNet.Region
outRegionAvlNet.RegionOutput region.

Description

Array version of RegionSymmetricDifference.

Errors

Error type Description
DomainError Input and output regions are not distinct in RegionSymmetricDifference.

See also