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