[mmImg2se] [Up] [mmSecross] Structuring Elements

mmSebox
Create a box structuring element.

Synopsis

Strel mmSebox ( const Double& r = 1 );

Input

r Double [ Non-negative integer. ]

Radius.

Default: 1

Description

mmSebox creates the structuring element B formed by r successive Minkowski additions of the elementary square (i.e., the 3x3 square centered at the origin) with itself. If R=0, B is the unitary set that contains the origin. If R=1, B is the elementary square itself.

Equation

See also

mmSecross Diamond structuring element and elementary 3x3 cross.
mmSedisk Create a disk or a semi-sphere structuring element.
mmSeshow Display a structuring element as an image.
mmDil Dilate an image by a structuring element.
mmSeline Create a line structuring element.
[mmImg2se] [Up] [mmSecross]