Reading .tiff information
10 ビュー (過去 30 日間)
古いコメントを表示
I have preprocessed an image which finaly gives angle values, since the image is in .img format. I have exported it to .tiff format and opened in Matlab. When i used imread function. The array is showing only 0 values, but image is in greyscale from white to black. secondly how can i get the angle values from the image.
1 件のコメント
Walter Roberson
2021 年 11 月 22 日
how did you convert the .img to .tiff format?
What is class() of your input data? What is class() of the data you are writing? Are you possibly trying to write complex data?
採用された回答
yanqi liu
2021 年 11 月 22 日
sir,may be use
t = Tiff('myfile.tif','r');
t = Tiff('cameraman.tif','r');
t
4 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Convert Image Type についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!