Skip to content

Morphology - Gray Values🔗

On this topic🔗

Operators🔗

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.