Reading .tiff information
조회 수: 5 (최근 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!
