I want to read multiple images from 3 folders with one for loop and then calculate color histogram of each image and stored the each histogram. Need help regarding code ?
조회 수: 1 (최근 30일)
이전 댓글 표시
scrFile=dir('F:\Matlab 2017 Destination Folder\bin\image\*.jpg'); filename={scrFile.name}; for i=1:length(filename) I=imread(scrFile{i}); figure,imshow(I);
end
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Histograms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!