You are here: Start » Function Reference » Region » Region Morphology
Region Morphology
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
BottomHatRegion | BottomHatRegion | Performs a morphological black top hat (bottom hat) operation on a region using a predefined kernel. |
FoundationBasic | |
BottomHatRegion_AnyKernel | BottomHatRegion_AnyKernel | Performs a morphological black top hat (bottom hat) operation on a region using an arbitrary kernel. |
FoundationBasic | |
CloseRegion | CloseRegion | Performs a morphological closing on a region using selected predefined kernel. Filling-in small gaps in a region without making it thicker. |
FoundationBasic | |
CloseRegion_AnyKernel | CloseRegion_AnyKernel | Performs a morphological closing on a region using an arbitrary kernel. Filling-in gaps of a particular shape without making the region thicker. |
FoundationBasic | |
DemarcateRegions | DemarcateRegions | Splits common pixels of the input regions among these regions. Use this filter to make sure that the regions of an array do not intersect. |
FoundationBasic | |
DilateRegion | DilateRegion | Performs a morphological dilation on a region using a predefined kernel. Making the region thicker or filling-in small holes within it. |
FoundationBasic | |
DilateRegion_AnyKernel | DilateRegion_AnyKernel | Performs a morphological dilation on a region using an arbitrary kernel. Making the region thicker in a non-symmetrical way or filling-in gaps of a particular shape. |
FoundationBasic | |
ErodeRegion | ErodeRegion | Performs a morphological erosion on a region using a predefined kernel. Making the region thinner or removing small parts. |
FoundationBasic | |
ErodeRegion_AnyKernel | ErodeRegion_AnyKernel | Performs a morphological erosion on a region using an arbitrary kernel. Making the region thinner in a non-symmetrical way or removing small parts of a particular shape. |
FoundationBasic | |
ErodeRegion_Threshold | ErodeRegion_Threshold | Erodes a region with inThresholdValue pixels of inKernel. |
FoundationBasic | |
ExpandRegions | ExpandRegions | Splits pixels of the input regions and their complement among these regions. Use this filter to make sure that every pixel belongs to a region. |
FoundationBasic | |
OpenRegion | OpenRegion | Performs a morphological opening on a region using a predefined kernel. Removing small parts from a region without making it thinner. |
FoundationBasic | |
OpenRegion_AnyKernel | OpenRegion_AnyKernel | Performs a morphological opening on a region using an arbitrary kernel. Removing small parts of a particular shape without making the region thinner. |
FoundationBasic | |
PruneRegion | PruneRegion | Removes one pixel wide branches from a region. |
FoundationBasic | |
RegionHitAndMissTransform | RegionHitAndMissTransform | Performs a hit-and-miss transformation on a region using arbitrary kernels. |
FoundationBasic | |
SkeletonizeRegion | SkeletonizeRegion | Thins a region to its skeleton. |
FoundationBasic | |
ThickenRegion | ThickenRegion | Performs a morphological thickening on a region using predefined kernels. |
FoundationBasic | |
ThinRegion | ThinRegion | Performs a morphological thinning on a region using predefined kernels. |
FoundationBasic | |
ThresholdSmoothedRegion_Mean | ThresholdSmoothedRegion_Mean | Returns region of pixels witch collect minAmount of pixels in rectangle in input region. |
FoundationBasic | |
TopHatRegion | TopHatRegion | Performs a morphological white top hat operation on a region using a predefined kernel. |
FoundationBasic | |
TopHatRegion_AnyKernel | TopHatRegion_AnyKernel | Performs a morphological white top hat operation on a region using an arbitrary kernel. |
FoundationBasic |