[mmdraw] [Up] [mmhdome] Obsolete

mmhbasin
Obsolete, use mmhmin.

Synopsis

function y = mmhbasin ( f , h , Bc )

Input

f Image Gray-scale (uint8 or uint16) image
h Double

Default: 1

Contrast parameter.

Bc Structuring Element

Default: 3x3 elementary cross

Structuring element (connectivity).

Output

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

Description

mmhbasin was originally implemented as the mmhmin function. mmhbasin should be the operator that computes the difference of mmhmin from the original image, which is not implemented.

See also

mmhmin Remove basins with contrast less than h.
[mmdraw] [Up] [mmhdome]