| [mmsetrans] [Up] [mmsedil] | Structuring Elements |
| User Feedback |
mmsereflect reflects a structuring element by rotating it 180 degrees.
b1 = mmseline(5,30);
mmseshow(b1)
ans =
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 1 0 0 0
0 0 0 0 1 1 0
0 0 0 0 0 0 1
b2 = mmsereflect(b1);
mmseshow(b2)
ans =
1 0 0 0 0 0 0
0 1 1 0 0 0 0
0 0 0 1 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0

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