Borrar filtros
Borrar filtros

HOW TO READ ONLY SOME IMAGE FROM A FOLDER ?

1 visualización (últimos 30 días)
federica pasquali
federica pasquali el 28 de Jul. de 2018
Comentada: Image Analyst el 28 de Jul. de 2018
Hi everyone! I'm trying to read the images that are saved in a folder and I was wondering if there was a way to read only the images I want.
I tried this:
cd(folder);
filePattern = fullfile(folder, '*.jpg');
jpegFiles = dir(filePattern);
ImmaginiGenerate= {jpegFiles.name} ;
warning off
montage( ImmaginiGenerate )
but it reads all the images in the folder, and not just those that interest me. Then I wanted to know if I could match image and corresponding name.
Thanks
Federica
  2 comentarios
KALYAN ACHARJYA
KALYAN ACHARJYA el 28 de Jul. de 2018
How many Images in the folder?
Image Analyst
Image Analyst el 28 de Jul. de 2018
And what defines the images that "interest you"? Like files that begin with some certain letter or letter pattern?

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