| [mmsesum] [Up] [mmsereflect] | Structuring Elements |
| User Feedback |
mmsetrans translates a structuring element by a specific value.
b1 = mmseline(5);
mmseshow(b1)
ans =
0 0 0 0 1 1 1 1 1
b2 = mmsetrans(b1,[2,-2]);
mmseshow(b2)
ans =
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
1 1 1 1 1

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