You are here: Start » Function Reference » Region » Region Combinators

Region Combinators

Icon Name Description / Applications Modules
RegionDifference RegionDifference

Computes a region containing pixels from the first input region but not from the second input region.

FoundationLite
RegionIntersection RegionIntersection

Computes the common part of two regions.

FoundationLite
RegionIntersection_OfArray RegionIntersection_OfArray

Computes the common part of an array of regions.

FoundationLite
RegionIntersection_OfLoop RegionIntersection_OfLoop

Computes the common part of regions appearing in consecutive iterations.

FoundationLite
RegionSymmetricDifference RegionSymmetricDifference

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

FoundationLite
RegionSymmetricDifference_OfArray RegionSymmetricDifference_OfArray

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

FoundationLite
RegionSymmetricDifference_OfLoop RegionSymmetricDifference_OfLoop

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

FoundationPro
RegionUnion RegionUnion

Computes a region containing pixels from both input regions.

FoundationLite
RegionUnion_OfArray RegionUnion_OfArray

Computes a region containing all the pixels that any of the input regions contains.

FoundationLite
RegionUnion_OfLoop RegionUnion_OfLoop

Computes the union of regions appearing in consecutive iterations.

FoundationLite