Effacer les filtres
Effacer les filtres

How to store E_dist?

1 vue (au cours des 30 derniers jours)
maha lakshmi
maha lakshmi le 4 Mar 2013
I have calculated the Euclidean distance between a query image and images in the database and stored it in a array named as E_dist .Now I have compared those values in the array E_dist with the threshold and it returns the values which are lesser than the threshold .How to store those returned values. for k1=1:70 if(E_distym(k1)<17) disp(E_distym(k1)); end end

Réponses (0)

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by