Reading in a tiff file

조회 수: 1 (최근 30일)
Robert
Robert 2014년 10월 16일
댓글: Guillaume 2014년 10월 16일
I'm trying to read an image file called 200301.tif, I simply can't get it to import as the file extension is not recognised using x = imread(200301.tif, tif)
What would be the correct code to do this?
  댓글 수: 2
Guillaume
Guillaume 2014년 10월 16일
Did you really issue the command?
x = imread(200301.tif, tif)
which would give you syntax error. Or did you actually write?
x = imread('200301.tif', 'tif')
Guillaume
Guillaume 2014년 10월 16일
What does
imfinfo('200301.tif')
return?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by