Azzera filtri
Azzera filtri

Reading in a tiff file

1 visualizzazione (ultimi 30 giorni)
Robert
Robert il 16 Ott 2014
Commentato: Guillaume il 16 Ott 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 Commenti
Guillaume
Guillaume il 16 Ott 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 il 16 Ott 2014
What does
imfinfo('200301.tif')
return?

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Image Processing Toolbox in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by