So i'm reading this image
with im=matplotlib.image.imread("lena.bmp") but i get this
when i do this matplotlib.pyplot.imshow(im)
what am i doing wrong?
So i'm reading this image
with im=matplotlib.image.imread("lena.bmp") but i get this
when i do this matplotlib.pyplot.imshow(im)
what am i doing wrong?