[mmInfrec] [Up] [mmOpenrec] Connected Operators

mmInpos
Minima imposition.

Synopsis

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

Input

f Image [ Binary image ]

Marker image.

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

input image.

bc Structuring Element

(connectivity).

Default: NullStrel (3x3 elementary cross)

Output

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

Description

Minima imposition on g based on the marker f. mmInpos creates an image y by filing the valleys of g that does not cover the connect components of f. A remarkable property of y is that its regional minima are exactly the connect components of g.

Equation

See also

mmInfrec Inf-reconstruction.
mmWatershed Watershed detection.
mmCwatershed Detection of watershed from markers.
mmSebox Create a box structuring element.
mmSecross Diamond structuring element and elementary 3x3 cross.
[mmInfrec] [Up] [mmOpenrec]