Skip to content

Morphology🔗

On this topic🔗

Gray Values🔗

dual_rankDualRank: Opening, Median and Closing with circle or rectangle mask.

gen_disc_seGenDiscSe: Generate ellipsoidal structuring elements for gray morphology.

gray_bothatGrayBothat: Perform a gray value bottom hat transformation on an image.

gray_closingGrayClosing: Perform a gray value closing on an image.

gray_closing_rectGrayClosingRect: Perform a gray value closing with a rectangular mask.

gray_closing_shapeGrayClosingShape: Perform a gray value closing with a selected mask.

gray_dilationGrayDilation: Perform a gray value dilation on an image.

gray_dilation_rectGrayDilationRect: Determine the maximum gray value within a rectangle.

gray_dilation_shapeGrayDilationShape: Determine the maximum gray value within a selected mask.

gray_erosionGrayErosion: Perform a gray value erosion on an image.

gray_erosion_rectGrayErosionRect: Determine the minimum gray value within a rectangle.

gray_erosion_shapeGrayErosionShape: Determine the minimum gray value within a selected mask.

gray_openingGrayOpening: Perform a gray value opening on an image.

gray_opening_rectGrayOpeningRect: Perform a gray value opening with a rectangular mask.

gray_opening_shapeGrayOpeningShape: Perform a gray value opening with a selected mask.

gray_range_rectGrayRangeRect: Determine the gray value range within a rectangle.

gray_tophatGrayTophat: Perform a gray value top hat transformation on an image.

read_gray_seReadGraySe: Load a structuring element for gray morphology.

Region🔗

bottom_hatBottomHat: Compute the bottom hat of regions.

boundaryBoundary: Reduce a region to its boundary.

closingClosing: Close a region.

closing_circleClosingCircle: Close a region with a circular structuring element.

closing_rectangle1ClosingRectangle1: Close a region with a rectangular structuring element.

dilation1Dilation1: Dilate a region.

dilation2Dilation2: Dilate a region (using a reference point).

dilation_circleDilationCircle: Dilate a region with a circular structuring element.

dilation_rectangle1DilationRectangle1: Dilate a region with a rectangular structuring element.

erosion1Erosion1: Erode a region.

erosion2Erosion2: Erode a region (using a reference point).

erosion_circleErosionCircle: Erode a region with a circular structuring element.

erosion_rectangle1ErosionRectangle1: Erode a region with a rectangular structuring element.

hit_or_missHitOrMiss: Hit-or-miss operation for regions.

minkowski_add1MinkowskiAdd1: Perform a Minkowski addition on a region.

minkowski_add2MinkowskiAdd2: Dilate a region (using a reference point).

minkowski_sub1MinkowskiSub1: Erode a region.

minkowski_sub2MinkowskiSub2: Erode a region (using a reference point).

openingOpening: Open a region.

opening_circleOpeningCircle: Open a region with a circular structuring element.

opening_rectangle1OpeningRectangle1: Open a region with a rectangular structuring element.

pruningPruning: Prune the branches of a region.

top_hatTopHat: Compute the top hat of regions.