[mmGradm] [Up] [mmOpenth] Residues

mmOpenrecth
Open-by-Reconstruction Top-Hat.

Synopsis

Image mmOpenrecth ( const Image& f , const Strel& bero = NullStrel, const Strel& bc = NullStrel );

Input

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

bero Structuring Element

(erosion)

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 ]

(same type of f).

Description

mmOpenrecth creates the image y by subtracting the open by reconstruction of f, defined by the structuring elements bero e bc, of f itself.

Equation

See also

mmOpenth Opening Top Hat.
mmCloserecth Close-by-Reconstruction Top-Hat.
mmInfrec Inf-reconstruction.
mmOpen Morphological opening.
[mmGradm] [Up] [mmOpenth]