Borrar filtros
Borrar filtros

Reading in a tiff file

1 visualización (últimos 30 días)
Robert
Robert el 16 de Oct. de 2014
Comentada: Guillaume el 16 de Oct. de 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 comentarios
Guillaume
Guillaume el 16 de Oct. de 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 el 16 de Oct. de 2014
What does
imfinfo('200301.tif')
return?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by