| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] | SDC Morphology Toolbox V1.1 15Jan02 |
y = mmseshow( B, EXPAND ) B: Structuring element. EXPAND: String. 'NORMAL' or ' EXPAND' Default: "NORMAL".y: Gray-scale (uint8 or uint16) or binary image (logical uint8). mmseshow generates the image y that is a suitable graphical representation of the structuring element B. If B is flat, y is binary, otherwise, y is gray-scale.b=mmsecross(3); mmseshow(b) ans = 0 0 0 1 0 0 0 0 0 1 1 1 0 0 0 1 1 1 1 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 0 0 0 1 1 1 0 0 0 0 0 1 0 0 0 a = mmseshow(b,'EXPAND'); mmshow(a);
|
b=mmsedisk(2,'2D','EUCLIDEAN','NON-FLAT'); mmseshow(b) ans = 0 2 2 2 0 2 3 3 3 2 2 3 3 3 2 2 3 3 3 2 0 2 2 2 0 |
| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] |
|
| Copyright (c) 1998-2002 by SDC Information Systems | ||