[mmhbasin] [Up] [mmvbasin] Obsolete

mmhdome
Obsolete, use mmhmax.

Synopsis

function y = mmhdome ( 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

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

See also

mmhmax Remove peaks with contrast less than h.
[mmhbasin] [Up] [mmvbasin]