skimage.segmentation.slic(image, n_segments=100, compactness=10.0, max_num_iter=10, sigma=0, spacing=None, multichannel=True, convert2lab=None, enforce_connectivity=True, min_size_factor=0.5, max_size_factor=3, slic_zero=False, start_label=1, mask=None, *, channel_axis=-1) 使用颜色-(...
Separate inner loop of SLIC computation Apr 3, 2013 6 Use relative imports in skimage files Dec 26, 2014 7 from ..util import img_as_float, regular_grid 8 from ..segmentation._slic import (_slic_cython, 9 _enforce_label_connectivity_cython) 10 from ..color import rgb2lab Se...