[mmOpenrec] [Up] [mmRegmin] Connected Operators

mmRegmax
Regional Maximum.

Synopsis

Image mmRegmax ( const Image& f , const Strel& Bc = NullStrel );

Input

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

Bc Structuring Element

(connectivity).

Default: NullStrel (3x3 elementary cross)

Output

y Image [ Binary image ]

Description

mmRegmax creates a binary image y by computing the regional maxima of f, according to the connectivity defined by the structuring element Bc. A regional maximum is a flat zone not surrounded by flat zones of higher gray values.

Equation

See also

mmRegmin Regional Minimum (with generalized dynamics).
mmSebox Create a box structuring element.
mmSecross Diamond structuring element and elementary 3x3 cross.
[mmOpenrec] [Up] [mmRegmin]