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!