Reading .tiff information

10 ビュー (過去 30 日間)
Keerthana N
Keerthana N 2021 年 11 月 22 日
コメント済み: Walter Roberson 2021 年 11 月 24 日
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
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
yanqi liu 2021 年 11 月 22 日
sir,may be use
t = Tiff('myfile.tif','r');
t = Tiff('cameraman.tif','r');
t
t =
TIFF File: '/MATLAB/toolbox/images/imdata/cameraman.tif' Mode: 'r' Current Image Directory: 1 Number Of Strips: 8 SubFileType: Tiff.SubFileType.Default Photometric: Tiff.Photometric.MinIsBlack ImageLength: 256 ImageWidth: 256 RowsPerStrip: 32 BitsPerSample: 8 Compression: Tiff.Compression.PackBits SampleFormat: Tiff.SampleFormat.UInt SamplesPerPixel: 1 PlanarConfiguration: Tiff.PlanarConfiguration.Chunky ImageDescription: This image is distributed by The MathWorks, Inc. with permission from the Massachusetts Institute of Technology. Orientation: Tiff.Orientation.TopLeft
  4 件のコメント
Keerthana N
Keerthana N 2021 年 11 月 22 日
編集済み: Keerthana N 2021 年 11 月 22 日
basically it was in .img format. it has anlge values. This image consists only one band which consists angle values at each pixels. using imread sunction, the array is giving me 0 values, i have attached a file of it. since it has only one band, it has to show some values right. the whole 5463X2633 has values.
Walter Roberson
Walter Roberson 2021 年 11 月 24 日
What shows up for nnz() applied to that array?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by