[mmCloserec] [Up] [mmInpos] Connected Operators

mmInfrec
Inf-reconstruction.

Synopsis

Image mmInfrec ( const Image& f , const Image& g , const Strel& bc = NullStrel );

Input

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

Marker image.

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

Conditioning image.

bc Structuring Element

Structuring element ( connectivity).

Default: NullStrel (3x3 elementary cross)

Output

y Image

Description

mmInfrec creates the image y by an infinite number of recursive iterations (iterations until stability) of the dilation of f by bc conditioned to g. We say the y is the inf-reconstruction of g from the marker f. For algorithms and applications, see [Vin93].

Equation

See also

mmSuprec Sup-reconstruction.
mmSebox Create a box structuring element.
mmSecross Diamond structuring element and elementary 3x3 cross.
mmCdil Dilate an image conditionally.
[mmCloserec] [Up] [mmInpos]