[mmVmax] [Up] [mmHmin] Connected Operators

mmHmax
Remove peaks with contrast less than h.

Synopsis

Image mmHmax ( const Image& f , const Double& h = 1, const Strel& Bc = NullStrel );

Input

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

h Double []

Contrast parameter.

Default: 1

Bc Structuring Element

Structuring element ( connectivity).

Default: NullStrel (3x3 elementary cross)

Output

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

Description

mmHmax inf-reconstructs the gray-scale image f from the marker created by the subtraction of the positive integer value h from f, using connectivity Bc. This operator removes connected peaks with contrast less than h.

Equation

See also

mmSecross Diamond structuring element and elementary 3x3 cross.
mmSebox Create a box structuring element.
mmHmin Remove basins with contrast less than h.
mmVmin Remove basins with volume less than v.
mmAreaopen Area opening
[mmVmax] [Up] [mmHmin]