Morphology - Region🔗
On this topic🔗
Operators🔗
bottom_hat: Compute the bottom hat of regions.
boundary: Reduce a region to its boundary.
closing: Close a region.
closing_circle: Close a region with a circular structuring element.
closing_rectangle1: Close a region with a rectangular structuring element.
dilation1: Dilate a region.
dilation2: Dilate a region (using a reference point).
dilation_circle: Dilate a region with a circular structuring element.
dilation_rectangle1: Dilate a region with a rectangular structuring element.
erosion1: Erode a region.
erosion2: Erode a region (using a reference point).
erosion_circle: Erode a region with a circular structuring element.
erosion_rectangle1: Erode a region with a rectangular structuring element.
hit_or_miss: Hit-or-miss operation for regions.
minkowski_add1: Perform a Minkowski addition on a region.
minkowski_add2: Dilate a region (using a reference point).
minkowski_sub1: Erode a region.
minkowski_sub2: Erode a region (using a reference point).
opening: Open a region.
opening_circle: Open a region with a circular structuring element.
opening_rectangle1: Open a region with a rectangular structuring element.
pruning: Prune the branches of a region.
top_hat: Compute the top hat of regions.