[mmCloserecth] [Up] [mmGradm] Residues

mmCloseth
Closing Top Hat.

Synopsis

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

Input

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

b Structuring Element

Default: NullStrel (3x3 elementary cross)

Output

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

(Same type of f).

Description

mmCloseth creates the image y by subtracting the image f of its morphological closing by the structuring element b.

Equation

See also

mmOpenth Opening Top Hat.
mmCloserecth Close-by-Reconstruction Top-Hat.
mmGradm Morphological gradient.
mmClose Morphological closing.
[mmCloserecth] [Up] [mmGradm]