Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

This code displaying onely image numbers but not images, I need to retrive of images based on minimum Euclidean distance

2 visualizzazioni (ultimi 30 giorni)
[sorted,IX] = sort(E_dist,2);
Index = IX(1:10);
for I = 1:10
figure;
imshow(imread(filename{Index(I)}));
end

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by