How do I search for images in a user-inputted directory with user-inputted file extensions?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
jibrahim
2019-9-6
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 File Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!