How can I display 'float64' .tif images?

How can I display ‘float64’ .tif images? Are they automatically converted to something else?

you can simply use imshow(),
and yes, it will be converted to uchar and scaled to [0…255]

1 Like