How to open or read an image with float 32 format type?
18 ビュー (過去 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!