peak_local_max skimage.feature.peak_local_max(image, min_distance=1, threshold_abs=None, threshold_rel=None, exclude_border=True
greycoprops skimage.feature.greycoprops(P, prop='contrast')
canny skimage.feature.canny(image, sigma=1.0, low_threshold=None, high_threshold=None, mask=None, use_quantiles=False)
cut_threshold skimage.future.graph.cut_threshold(labels, rag, thresh, in_place=True)
rgb2xyz skimage.color.rgb2xyz(rgb)
Module: graph
dtype_limits skimage.dtype_limits(image, clip_negative=True)
random_walker skimage.segmentation.random_walker(data, labels, beta=130, mode='bf', tol=0.001, copy=True, multichannel=False
xyz2lab skimage.color.xyz2lab(xyz, illuminant='D65', observer='2')
SaveButtons class skimage.viewer.widgets.SaveButtons(name='Save to:', default_format='png')
Page 16 of 41