How to select images from nested folder?
Mostrar comentarios más antiguos
I have a folder named AAA. Inside folder AAA there is another folder name A, inside A there is another folder B. folder B consist of 300 images. I want to get every 10th number image from folder B ( It will be 30 images) and place these images in another folder C. I need a Matlab code for this Scenario. Any help?
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 18 de Jul. de 2019
0 votos
Have you looked at imageDatastore()? Or dir() using two asterisks as the file pattern?
Categorías
Más información sobre Image Preview and Device Configuration en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!