subtract_mean skimage.filters.rank.subtract_mean(image, selem, out=None, mask=None, shift_x=False, shift_y=False)
remove_small_objects skimage.morphology.remove_small_objects(ar, min_size=64, connectivity=1, in_place=False)
CheckBox class skimage.viewer.widgets.CheckBox(name, value=False, alignment='center', ptype='kwarg', callback=None)
threshold_li skimage.filters.threshold_li(image)
pyramid_expand skimage.transform.pyramid_expand(image, upscale=2, sigma=None, order=1, mode='reflect', cval=0)
roberts skimage.filters.roberts(image, mask=None)
medial_axis skimage.morphology.medial_axis(image, mask=None, return_distance=False)
ncut skimage.future.graph.ncut(labels, rag, thresh=0.001, num_cuts=10, in_place=True, max_edge=1.0)
Module: external.tifffile
Module: future.graph
Page 26 of 42