SLIC Module in SciKit

Juan Nunez-Iglesias jni.soma at gmail.com
Mon Nov 18 08:08:33 EST 2013


Hi Jeremy,

is this just an issue of case? ie "slic" vs "SLIC"? The correct import line
should be:

from skimage.segmentation import slic

I hope this helps!

Juan.

On Monday, November 18, 2013, Jeremy Dunne wrote:

> Morning All,
>
>
>
> I have been trying to port my linux python code to a windows x32
> environment and am very close however I just can’t seem to find a way of
> Python 2.7 recognising the SLIC Module that is within sci-image. Having
> used Chris Gohlke’s Windows Extensions everything works up until my code
> looks to import SLIC from SciKit.
>
>
>
> Error : No module SLIC
>
>
>
> Anyone else had this issue or solved this problem ?
>
>
>
> Cheers
>
>
>
> Jeremy.
>
> --
> You received this message because you are subscribed to the Google Groups
> "scikit-image" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to scikit-image+unsubscribe at googlegroups.com <javascript:_e({},
> 'cvml', 'scikit-image%2Bunsubscribe at googlegroups.com');>.
> For more options, visit https://groups.google.com/groups/opt_out.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20131119/baae983b/attachment.html>


More information about the scikit-image mailing list