필터 지우기
필터 지우기

how to load images from 2 folders

조회 수: 2 (최근 30일)
apostolos alexandris
apostolos alexandris 2018년 4월 19일
편집: Stephen23 2018년 4월 19일
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
apostolos alexandris
apostolos alexandris 2018년 4월 19일
After finish loading the first folder, i want to continue with the second
Stephen23
Stephen23 2018년 4월 19일
See the MATLAB documentation:
Process one folder, then the next. What have you tried so far?

댓글을 달려면 로그인하십시오.

답변 (1개)

bidyut mandi
bidyut mandi 2018년 4월 19일
편집: Stephen23 2018년 4월 19일

you may do this:-

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

Community Treasure Hunt

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

Start Hunting!

Translated by