Error using imread (line 349) ; File "..." does not exist

Hi all, I am getting this error , can please any tell what I am doing wrong, as file do exists.
myFolder = C= imread ('C:\Users\travail\Desktop\Baseimagemessidor\base1\base11\20051020_43808_0100_PP');

 Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 25 de Mayo de 2015

0 votos

Check if the file 20051020_43808_0100_PP exist in the specified directory. you should precise its extension.

5 comentarios

Walter Roberson
Walter Roberson el 25 de Mayo de 2015
Right, if the file has an extension but you do not specify it then imread() will not find the file.
roua atig
roua atig el 25 de Mayo de 2015
thank you
Stefan Anghele
Stefan Anghele el 13 de Nov. de 2016
Even if i put the extension of the file i still get this error
Stefan Anghele
Stefan Anghele el 13 de Nov. de 2016
And the file does exist
Walter Roberson
Walter Roberson el 13 de Nov. de 2016
Stefan Anghele, please show your code where you create the filename and do the imread. Please also show the output of ls() for the directory

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Images en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 25 de Mayo de 2015

Comentada:

el 13 de Nov. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by