You are here: Start » FIL.NET » Function Reference » Region » Region Combinators » FIL.RegionSymmetricDifference
Computes a region containing pixels from first or second input region, but not from both.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RegionSymmetricDifference ( FilNet.Region inRegion1, FilNet.Region inRegion2, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion1 | FilNet.Region | First input region. | ||
![]() | inRegion2 | FilNet.Region | Second input region. | ||
![]() | outRegion | FilNet.Region | Output region. |
Description
The operation computes the logical symmetric difference of two given regions. That is, the resulting region contains pixel locations that belong to one of the given regions, but not to both of them. Both dimensions (width and height) of the resulting region are set to the maximum of the corresponding dimensions of the input regions.
Examples
![]() |
![]() |
![]() |
RegionSymmetricDifference run on the sample regions.