Back to FabImage Studio website
You are here: Start » Filter Reference » Region Morphology » ExpandRegions
Splits pixels of the input regions and their complement among these regions.
Name | Type | Description | |
---|---|---|---|
![]() |
inRegions | RegionArray | |
![]() |
inMetric | Metric* | Metric used for deciding which region receives a pixel; if set to NIL, Taxi metric is used after demarcating with NIL metric |
![]() |
outRegions | RegionArray |
Applications
Use this filter to make sure that every pixel belongs to a region.
Examples
![]() |
![]() |
ExpandRegions performed with inMetric = Taxi.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Input and output arrays are not distinct in ExpandRegions. |
DomainError | Dimensions of two or more regions differ in ExpandRegions. |
Complexity Level
This filter is available on Advanced Complexity Level.