Use my own data in skimage

Emmanuelle Gouillart emmanuelle.gouillart at nsup.org
Tue Jul 7 08:13:16 EDT 2015


Hi Saber,

you can load an image filename into a numpy array using
skimage.io.imread, see
http://scikit-image.org/docs/stable/user_guide/getting_started.html

Cheers,
Emma

On Tue, Jul 07, 2015 at 12:34:32AM -0700, Saber Ayoub Chelaghma wrote:
> Hi,

> I successfully run some examples from scikit, like canny or threshold with
> image provided in the folder data.
> My questions is : what is the procedure to use my own data and images ?
> Changing the name of data used is not sufficient, because I think that I have
> to transform my image into an array.

> Regards,

> Saber



More information about the scikit-image mailing list