First time here? Check out the FAQ!
answered 2013-09-06 04:18:32 +0100
You can try this
from scipy import ndimage as nd image=nd.imread(os.environ['HOME'] + '/path/to/image.jpg')
where your image is located in $HOME/path/to/image.jpg
$HOME/path/to/image.jpg