[mmVmin] [Up] [mmHmax] Connected Operators

mmVmax
Remove domes with volume less than v.

Synopsis

Image mmVmax ( const Image& f , const Double& v = 1, const Strel& Bc = NullStrel );

Input

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

v Double []

Volume 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

mmVmax This operator removes connected domes with volume less than v. This function is very similar to mmHmax , but instead of using a gray scale criterion (contrast) for the dome, it uses a volume criterion.

See also

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