[mmSerot] [Up] [mmSesum] Structuring Elements

mmSeshow
Display a structuring element as an image.

Synopsis

Image mmSeshow ( const Strel& B , const String& option = "NORMAL" );

Input

B Structuring Element

option String

'NORMAL', ' EXPAND' or ' NON-FLAT'

Default: "NORMAL"

Output

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

Description

mmSeshow used with the option EXPAND generates an image y that is a suitable graphical representation of the structuring element B. This function is useful to convert a structuring element to an image. The origin of the structuring element is at the center of the image. If B is flat, y is binary, otherwise, y is signed int32 image. When using the option NON-FLAT, the output y is always a signed int32 image.

See also

mmImg2se Create a structuring element from a pair of images.
mmSebox Create a box structuring element.
mmSecross Diamond structuring element and elementary 3x3 cross.
mmSedisk Create a disk or a semi-sphere structuring element.
mmSeline Create a line structuring element.
[mmSerot] [Up] [mmSesum]