def run(self, ips, imgs, para = None): strc = np.ones((para['r'], para['r'], para['r']), dtype=np.uint8) imgs[:] = ndimg.binary_opening(imgs, strc) imgs *= 255