Morphology🔗
On this topic🔗
Gray Values🔗
dual_rank: Opening, Median and Closing with circle or rectangle mask.
gen_disc_se: Generate ellipsoidal structuring elements for gray morphology.
gray_bothat: Perform a gray value bottom hat transformation on an image.
gray_closing: Perform a gray value closing on an image.
gray_closing_rect: Perform a gray value closing with a rectangular mask.
gray_closing_shape: Perform a gray value closing with a selected mask.
gray_dilation: Perform a gray value dilation on an image.
gray_dilation_rect: Determine the maximum gray value within a rectangle.
gray_dilation_shape: Determine the maximum gray value within a selected mask.
gray_erosion: Perform a gray value erosion on an image.
gray_erosion_rect: Determine the minimum gray value within a rectangle.
gray_erosion_shape: Determine the minimum gray value within a selected mask.
gray_opening: Perform a gray value opening on an image.
gray_opening_rect: Perform a gray value opening with a rectangular mask.
gray_opening_shape: Perform a gray value opening with a selected mask.
gray_range_rect: Determine the gray value range within a rectangle.
gray_tophat: Perform a gray value top hat transformation on an image.
read_gray_se: Load a structuring element for gray morphology.
Region🔗
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.