Back to Aurora Vision Library Lite website

You are here: Start » Region » Region Combinators

Region Combinators

Select a function from the list below.

Icon Name Description / Applications
RegionDifference

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

RegionIntersection

Computes the common part of two regions.

RegionIntersection_OfArray

Computes the common part of an array of regions.

RegionIntersection_OfLoop

Computes the common part of regions appearing in consecutive iterations.

RegionSymmetricDifference

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

RegionSymmetricDifference_OfArray

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

RegionUnion

Computes a region containing pixels from both input regions.

RegionUnion_OfArray

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

RegionUnion_OfLoop

Computes the union of regions appearing in consecutive iterations.