Back to Adaptive Vision Library website

You are here: Start » Function Reference » Region Combinators

Region Combinators

Select a function from the list below.

Icon Name Description Library
RegionDifference Computes a region containing pixels from the first input region, but not from the second input region. Lite
RegionIntersection Computes the common part of two regions. Lite
RegionIntersection_OfArray Computes common part of array of regions. Lite
RegionIntersection_OfLoop Computes the common part of regions appearing in consecutive iterations. Lite
RegionSymmetricDifference Computes a region containing pixels from first or second input region, but not from both. Lite
RegionSymmetricDifference_OfArray Computes a region containing pixels belonging to odd number of array regions. Lite
RegionSymmetricDifference_OfLoop Computes a region containing pixels belonging to odd number of regions appearing in consecutive iterations. Lite
RegionUnion Computes a region containing pixels from both input regions. Lite
RegionUnion_OfArray Computes a region containing all the pixels that any of the input regions contains. Lite
RegionUnion_OfLoop Computes the union of regions appearing in consecutive iterations. Lite