how to load images from 2 folders
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
Stephen23
2018 年 4 月 19 日
See the MATLAB documentation:
Process one folder, then the next. What have you tried so far?
回答 (1 件)
bidyut mandi
2018 年 4 月 19 日
編集済み: Stephen23
2018 年 4 月 19 日
you may do this:-
I1 = imread('folder1\images1.jpg'); I2 = imread('folder2\images2.jpg');
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!