python imshow float64

asked 2015-04-19 20:17:55 -0600

_chris gravatar image

I perform a 2D wavelet transform to build a pyramid representation of an image. When I imshow the reconstructed image (numpy float64 array), I get a white image, however when I imwrite the same image it is correct. Any idea what is happening when I use a float64 array?

edit retag flag offensive close merge delete