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

AVS.RegionSymmetricDifference_OfLoop Method

Computes a region containing pixels belonging to an odd number of regions appearing in consecutive iterations.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionSymmetricDifference_OfLoop
(
	AvlNet.RegionCombinators_OfLoopState ioState,
	AvlNet.Region inRegion,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
ioStateAvlNet.RegionCombinators_OfLoopState
inRegionAvlNet.RegionInput region.
outRegionAvlNet.RegionOutput region.

See also