SLIC Module in SciKit

Stéfan van der Walt stefan at sun.ac.za
Mon Nov 18 10:51:34 EST 2013


On Mon, Nov 18, 2013 at 5:34 PM, Jeremy Dunne <jdunn4000 at gmail.com> wrote:
> Nope that's not the issue. Although I checked to make sure. From the code it
> is called as below
>
> import slic as slic

You cannot import slic by itself, you need to import
``skimage.segmentation.slic``, or just import segmentation and use
``segmentation.slic``.

Stéfan



More information about the scikit-image mailing list