How do I search for images in a user-inputted directory with user-inputted file extensions?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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
1 Commento
Risposte (1)
jibrahim
il 6 Set 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'})
0 Commenti
Vedere anche
Categorie
Scopri di più su File Operations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!