[mmCbisector] [Up] [mmCloseth] Residues

mmCloserecth
Close-by-Reconstruction Top-Hat.

Synopsis

Image mmCloserecth ( const Image& f , const Strel& bdil = NullStrel, const Strel& bc = NullStrel );

Input

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

bdil Structuring Element

(dilation)

Default: NullStrel (3x3 elementary cross)

bc Structuring Element

( connectivity)

Default: NullStrel (3x3 elementary cross)

Output

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

Description

mmCloserecth creates the image y by subtracting the image f of its closing by reconstruction, defined by the structuring elements bc and bdil.

Equation

See also

mmOpenrecth Open-by-Reconstruction Top-Hat.
mmCloseth Closing Top Hat.
mmSuprec Sup-reconstruction.
mmClose Morphological closing.
[mmCbisector] [Up] [mmCloseth]