| [mmsedil] [Up] [mmcdil] | Structuring Elements |
| User Feedback |
mmseunion creates a structuring element from the union of two structuring elements.
b1 = mmseline(5);
mmseshow(b1)
ans =
0 0 0 0 1 1 1 1 1
b2 = mmsedisk(3);
mmseshow(b2)
ans =
0 0 1 1 1 0 0
0 1 1 1 1 1 0
1 1 1 1 1 1 1
1 1 1 1 1 1 1
1 1 1 1 1 1 1
0 1 1 1 1 1 0
0 0 1 1 1 0 0
b3 = mmseunion(b1,b2);
mmseshow(b3)
ans =
0 0 0 1 1 1 0 0 0
0 0 1 1 1 1 1 0 0
0 1 1 1 1 1 1 1 0
0 1 1 1 1 1 1 1 1
0 1 1 1 1 1 1 1 0
0 0 1 1 1 1 1 0 0
0 0 0 1 1 1 0 0 0


| [mmsedil] [Up] [mmcdil] | |
| User Feedback | |
| Copyright (c) 1998-2008 by SDC Information Systems |