remove_small_holes skimage.morphology.remove_small_holes(ar, min_size=64, connectivity=1, in_place=False)
diamond skimage.morphology.diamond(radius, dtype=)
convex_hull_object skimage.morphology.convex_hull_object(image, neighbors=8)
square skimage.morphology.square(width, dtype=)
star skimage.morphology.star(a, dtype=)
octahedron skimage.morphology.octahedron(radius, dtype=)
white_tophat skimage.morphology.white_tophat(image, selem=None, *args, **kwargs)
disk skimage.morphology.disk(radius, dtype=)
cube skimage.morphology.cube(width, dtype=)
skeletonize_3d skimage.morphology.skeletonize_3d(img)
Page 3 of 3