Borrar filtros
Borrar filtros

How do I search for images in a user-inputted directory with user-inputted file extensions?

1 visualización (últimos 30 días)
I am creating a function that will let the user give a directory name and file type, and then the function will take those and search for the corrosponding files

Respuestas (1)

jibrahim
jibrahim el 6 de Sept. de 2019
Take a look at imageDatastore
To point to all files with a certain extension in a folder:
imds = imageDatastore('C:\dir\imagedata','FileExtensions',{'.jpg','.tif'})

Categorías

Más información sobre File Operations 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