[mmSeshow] [Up] [mmSetrans] Structuring Elements

mmSesum
N-1 iterative Minkowski additions

Synopsis

Strel mmSesum ( const Strel& B = NullStrel, const Double& N = 1 );

Input

B Structuring Element

Default: NullStrel (3x3 elementary cross)

N Double [ Non-negative integer. ]

Default: 1

Description

mmSesum creates the structuring element NB from N - 1 iterative Minkowski additions with the structuring element B.

Equation

See also

mmDil Dilate an image by a structuring element.
mmSeshow Display a structuring element as an image.
mmOpen Morphological opening.
mmClose Morphological closing.
mmEro Erode an image by a structuring element.
mmSeunion Union of structuring elements
[mmSeshow] [Up] [mmSetrans]