Back to Adaptive Vision Library website

You are here: Start » Function Reference » Region Combinators

Region Combinators

Select a function from the list below.

IconNameDescription
RegionDifferenceComputes a region containing pixels from the first input region, but not from the second input region.
RegionIntersectionComputes the common part of two regions.
RegionIntersection_OfArrayComputes common part of array of regions.
RegionIntersection_OfLoopComputes the common part of regions appearing in consecutive iterations.
RegionSymmetricDifferenceComputes a region containing pixels from first or second input region, but not from both.
RegionSymmetricDifference_OfArrayComputes a region containing pixels belonging to odd number of array regions.
RegionSymmetricDifference_OfLoopComputes a region containing pixels belonging to odd number of regions appearing in consecutive iterations.
RegionUnionComputes a region containing pixels from both input regions.
RegionUnion_OfArrayComputes a region containing all the pixels that any of the input regions contains.
RegionUnion_OfLoopComputes the union of regions appearing in consecutive iterations.