[mmAsfrec] [Up] [mmInfrec] Connected Operators

mmCloserec
Closing by reconstruction.

Synopsis

Image mmCloserec ( 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

Same type of f.

Description

mmCloserec creates the image y by a sup-reconstruction ( with the connectivity defined by the structuring element bc) of the image f from its dilation by bdil.

Equation

See also

mmOpenrec Opening by reconstruction.
mmSuprec Sup-reconstruction.
mmClose Morphological closing.
[mmAsfrec] [Up] [mmInfrec]