how to load images from 2 folders

1 vue (au cours des 30 derniers jours)
apostolos alexandris
apostolos alexandris le 19 Avr 2018
Modifié(e) : Stephen23 le 19 Avr 2018
i want to load images from 2 diffrent folders and it has to be 2 folders.i dont want to make a new one with all images in the same folder.
  4 commentaires
apostolos alexandris
apostolos alexandris le 19 Avr 2018
After finish loading the first folder, i want to continue with the second
Stephen23
Stephen23 le 19 Avr 2018
See the MATLAB documentation:
Process one folder, then the next. What have you tried so far?

Connectez-vous pour commenter.

Réponses (1)

bidyut mandi
bidyut mandi le 19 Avr 2018
Modifié(e) : Stephen23 le 19 Avr 2018

you may do this:-

I1 = imread('folder1\images1.jpg');
I2 = imread('folder2\images2.jpg');

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by