Borrar filtros
Borrar filtros

database of images in matlab

3 visualizaciones (últimos 30 días)
sweta arya
sweta arya el 7 de Ag. de 2015
Comentada: Taha Mohammed M. Al-Roba'a el 10 de Mzo. de 2019
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.

Respuestas (1)

Walter Roberson
Walter Roberson el 7 de Ag. de 2015
In the folder Images/Database relative to the current folder.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by