Filter löschen
Filter löschen

Reading in a tiff file

1 Ansicht (letzte 30 Tage)
Robert
Robert am 16 Okt. 2014
Kommentiert: Guillaume am 16 Okt. 2014
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 Kommentare
Guillaume
Guillaume am 16 Okt. 2014
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 am 16 Okt. 2014
What does
imfinfo('200301.tif')
return?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by