
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

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
participants (2)
-
Emmanuelle Gouillart
-
Saber Ayoub Chelaghma