Legacy - Morphology🔗
Operators🔗
closing_golay: Close a region with an element from the Golay alphabet.
dilation_golay: Dilate a region with an element from the Golay alphabet.
dilation_seq: Dilate a region sequentially.
erosion_golay: Erode a region with an element from the Golay alphabet.
erosion_seq: Erode a region sequentially.
fitting: Perform a closing after an opening with multiple structuring elements.
gen_struct_elements: Generate standard structuring elements.
golay_elements: Generate the structuring elements of the Golay alphabet.
hit_or_miss_golay: Hit-or-miss operation for regions using the Golay alphabet.
hit_or_miss_seq: Hit-or-miss operation for regions using the Golay alphabet (sequential).
morph_hat: Compute the union of bottom_hat and top_hat.
morph_skeleton: Compute the morphological skeleton of a region.
morph_skiz: Thinning of a region.
opening_golay: Open a region with an element from the Golay alphabet.
opening_seg: Separate overlapping regions.
thickening: Add the result of a hit-or-miss operation to a region.
thickening_golay: Add the result of a hit-or-miss operation to a region (using a Golay
structuring element).
thickening_seq: Add the result of a hit-or-miss operation to a region (sequential).
thinning: Remove the result of a hit-or-miss operation from a region.
thinning_golay: Remove the result of a hit-or-miss operation from a region (using a
Golay structuring element).
thinning_seq: Remove the result of a hit-or-miss operation from a region (sequential).