Skip to content

Legacy - Morphology🔗

Operators🔗

closing_golayClosingGolay: Close a region with an element from the Golay alphabet.

dilation_golayDilationGolay: Dilate a region with an element from the Golay alphabet.

dilation_seqDilationSeq: Dilate a region sequentially.

erosion_golayErosionGolay: Erode a region with an element from the Golay alphabet.

erosion_seqErosionSeq: Erode a region sequentially.

fittingFitting: Perform a closing after an opening with multiple structuring elements.

gen_struct_elementsGenStructElements: Generate standard structuring elements.

golay_elementsGolayElements: Generate the structuring elements of the Golay alphabet.

hit_or_miss_golayHitOrMissGolay: Hit-or-miss operation for regions using the Golay alphabet.

hit_or_miss_seqHitOrMissSeq: Hit-or-miss operation for regions using the Golay alphabet (sequential).

morph_hatMorphHat: Compute the union of bottom_hatBottomHat and top_hatTopHat.

morph_skeletonMorphSkeleton: Compute the morphological skeleton of a region.

morph_skizMorphSkiz: Thinning of a region.

opening_golayOpeningGolay: Open a region with an element from the Golay alphabet.

opening_segOpeningSeg: Separate overlapping regions.

thickeningThickening: Add the result of a hit-or-miss operation to a region.

thickening_golayThickeningGolay: Add the result of a hit-or-miss operation to a region (using a Golay structuring element).

thickening_seqThickeningSeq: Add the result of a hit-or-miss operation to a region (sequential).

thinningThinning: Remove the result of a hit-or-miss operation from a region.

thinning_golayThinningGolay: Remove the result of a hit-or-miss operation from a region (using a Golay structuring element).

thinning_seqThinningSeq: Remove the result of a hit-or-miss operation from a region (sequential).