How to open or read an image with float 32 format type?
13 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
Sean de Wolski
2013-11-19
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!