You are here: Start » FIL.NET » Function Reference » Region » Region Combinators
Region Combinators
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
![]() |
RegionDifference | Computes a region containing pixels from the first input region but not from the second input region. |
FoundationLite | |
![]() |
RegionIntersection | Computes the common part of two regions. |
FoundationLite | |
![]() |
RegionIntersection_OfArray | Computes the common part of an array of regions. |
FoundationLite | |
![]() |
RegionIntersection_OfLoop | Computes the common part of regions appearing in consecutive iterations. |
FoundationLite | |
![]() |
RegionSymmetricDifference | Computes a region containing pixels from first or second input region, but not from both. |
FoundationLite | |
![]() |
RegionSymmetricDifference_OfArray | Computes a region containing pixels belonging to an odd number of array regions. |
FoundationLite | |
![]() |
RegionSymmetricDifference_OfLoop | Computes a region containing pixels belonging to an odd number of regions appearing in consecutive iterations. |
FoundationPro | |
![]() |
RegionUnion | Computes a region containing pixels from both input regions. |
FoundationLite | |
![]() |
RegionUnion_OfArray | Computes a region containing all the pixels that any of the input regions contains. |
FoundationLite | |
![]() |
RegionUnion_OfLoop | Computes the union of regions appearing in consecutive iterations. |
FoundationLite |