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

AVL.RegionSymmetricDifference_OfArray

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RegionSymmetricDifference_OfArray
(
	IList<AvlNet.Region> inRegionArray,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionArraySystem.Collections.Generic.IList<AvlNet.Region>
outRegionAvlNet.RegionOutput region.

Description

Array version of RegionSymmetricDifference.

Errors

List of possible exceptions:

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

See also