Reading .tiff information
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Keerthana N
am 22 Nov. 2021
Kommentiert: Walter Roberson
am 24 Nov. 2021
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 Kommentar
Walter Roberson
am 22 Nov. 2021
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?
Akzeptierte Antwort
yanqi liu
am 22 Nov. 2021
sir,may be use
t = Tiff('myfile.tif','r');
t = Tiff('cameraman.tif','r');
t
4 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Convert Image Type finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!