Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

doubt in accessing cell arrays?

1 visualización (últimos 30 días)
neha viswanath
neha viswanath el 24 de Feb. de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
myFolder = 'E:\\inverted\\i1';
for PicNum = 100:-1:1;
fullFileName = fullfile(myFolder,sprintf('%d.bmp',PicNum));
fprintf(1, 'Now reading %s\n', fullFileName);
imageArray{PicNum}=imread(fullFileName);
logicalImage{PicNum}=imageArray{PicNum} ~=0;
for i=1:1:100
feature_extractor(logicalImage{1:PicNum});//in ans i need to get the values of all the images in <100*85> but i didnt get.
end
imshow(imageArray{PicNum}); % Display image.
end

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by