database of images in matlab
Mostra commenti meno recenti
dataBase=cell(5,1);
for i=1:5
dataBase{i}=imread(['Images/Database/' int2str(i) '.jpg ']);
end
save dataBase dataBase
where should be our files stored so that imread function in above code can read them.
1 Commento
Taha Mohammed M. Al-Roba'a
il 10 Mar 2019
Thank you
Risposte (1)
Walter Roberson
il 7 Ago 2015
0 voti
In the folder Images/Database relative to the current folder.
1 Commento
sweta arya
il 8 Ago 2015
Categorie
Scopri di più su Convert Image Type in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!