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