MorphologicalRegionListOperation¶
Applies a morphological operation to all regions in a list.
The following operators are available: erosion, dilation, closing, opening and morphological gradient.
Erosion
Calculates the erosion of regions in a list (regions are all the holes in the part).
(Erosion with a circular structuring element of radius 10).
Dilation
Calculates the erosion of regions in a list (regions are all the holes in the part).
(Dilation with a circular structuring element of radius 10).
Closing
Calculates the closing of regions in a list (regions are all the holes in the part).
(Closing with a circular structuring element of radius 10).
Opening
Calculates the opening of regions in a list (regions are all the holes in the part).
(Opening with a circular structuring element of radius 10).
Morphological Gradient
Calculates the morphological gradient of regions in a list (regions are all the holes in the part).
(Morphological gradient with a circular structuring element of radius 5).