[mmEro] [Up] [mmAsf] Morphological Filters

mmCenter
Center filter.

Synopsis

Image mmCenter ( const Image& f , const Strel& b = NullStrel );

Input

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

b Structuring Element

Default: NullStrel (3x3 elementary cross)

Output

y Image

Description

mmCenter creates the image y by computing recursively the morphological center, relative to the structuring element b, of the image f .

Equation

Center filter primitive:
Center filter:

See also

mmClose Morphological closing.
mmOpen Morphological opening.
mmImg2se Create a structuring element from a pair of images.
mmSebox Create a box structuring element.
mmSecross Diamond structuring element and elementary 3x3 cross.
[mmEro] [Up] [mmAsf]