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

AVS.RegionSymmetricDifference Method

Computes a region containing pixels from first or second input region, but not from both.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionSymmetricDifference
(
	AvlNet.Region inRegion1,
	AvlNet.Region inRegion2,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegion1AvlNet.RegionFirst input region.
inRegion2AvlNet.RegionSecond input region.
outRegionAvlNet.RegionOutput region.

See also