[mmOpenrecth] [Up] [mmSkelm] Residues

mmOpenth
Opening Top Hat.

Synopsis

Image mmOpenth ( const Image& f , const Strel& b = NullStrel );

Input

f Image [ Gray-scale (uint8 or uint16) or binary image ]

b Structuring Element

structuring element

Default: NullStrel (3x3 elementary cross)

Output

y Image [ Gray-scale (uint8 or uint16) or binary image ]

(same type of f).

Description

mmOpenth creates the image y by subtracting the morphological opening of f by the structuring element b of f itself.

Equation

See also

mmCloseth Closing Top Hat.
mmOpenrecth Open-by-Reconstruction Top-Hat.
mmGradm Morphological gradient.
mmOpen Morphological opening.
[mmOpenrecth] [Up] [mmSkelm]