[mmRegmin] [Up] [mmAreaclose] Connected Operators

mmSuprec
Sup-reconstruction.

Synopsis

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

( connectivity).

Default: NullStrel (3x3 elementary cross)

Output

y Image

Description

mmSuprec creates the image y by an infinite number of recursive iterations (iterations until stability) of the erosion of f by Bc conditioned to g. We say that y is the sup-reconstruction of g from the marker f.

Equation

See also

mmInfrec Inf-reconstruction.
mmSebox Create a box structuring element.
mmSecross Diamond structuring element and elementary 3x3 cross.
mmCero Erode an image conditionally.
[mmRegmin] [Up] [mmAreaclose]