How to open or read an image with float 32 format type?

4 visualizaciones (últimos 30 días)
N A
N A el 19 de Nov. de 2013
Respondida: Sean de Wolski el 19 de Nov. de 2013
I want to open my image with 32 float format in Matlab. But by using imread() it gives me white image. Originally my image is a gray scale image.
Thanks in advance.

Respuestas (1)

Sean de Wolski
Sean de Wolski el 19 de Nov. de 2013
imshow(I,[])
Use [] to force imshow to show the full range rather than the default range of [0 1] where everything greater than 1 will be saturated to white.

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by