how to load images from 2 folders
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Stephen23
il 19 Apr 2018
See the MATLAB documentation:
Process one folder, then the next. What have you tried so far?
Risposte (1)
bidyut mandi
il 19 Apr 2018
Modificato: Stephen23
il 19 Apr 2018
you may do this:-
I1 = imread('folder1\images1.jpg'); I2 = imread('folder2\images2.jpg');
0 Commenti
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox 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!