| [hofig2s14] [Up] [hofig3s6] | Chapter 2 - Binary Opening and Closing |
This figure illustrates the demonstration to detect the components of a PCB.
.
o = mmsubm(l,m)
p = mmopen(o, mmsebox())
q = mmcdil(p,a) # thin tracks
mmshow(o)
mmshow(p)
mmshow(q)
r = mmunion(mmgray(c,'uint8',1),mmgray(e,'uint8',2),
mmgray(h,'uint8',3),mmgray(k,'uint8',4),
mmgray(n,'uint8',5))
r = mmunion(r,mmgray(q,'uint8',6))
mmlblshow(r,'BORDER')
![]() |
![]() |
|
| o | p |
![]() |
![]() |
|
| q | r,'BORDER' |
| [hofig2s14] [Up] [hofig3s6] | |