[mmAreaopen] [Up] [mmVmax] Connected Operators

mmVmin
Remove basins with volume less than v.

Synopsis

Image mmVmin ( 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

mmVmin This operator removes connected basins with volume less than v. This function is very similar to mmHmin , but instead of using a depth criterion for the basin, 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.
mmAreaclose Area closing
mmRegmin Regional Minimum (with generalized dynamics).
[mmAreaopen] [Up] [mmVmax]