[hofig6s13] [Up] [hofig6s15] Chapter 6 - Morphological Processing of Gray-Scale Images

hofig6s14
Gray-scale filling holes

Description

This figure illustrates the gray-scale filling holes operation.

Demo Script

.

from morph import *
f=mmneg(mmreadgray('pcb-gray.tif'));
g=mmclohole(f);
mmshow(f)
mmshow(g)
f g

[hofig6s13] [Up] [hofig6s15] http://www.python.org