How to find euclidean distance?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a matrix Features_DB with size 13*30 where each column represent shape features of 13 image.
I want to match between a Query Image shape feature variable Query_Feature with size 13*7(I have 7 query images) and the features vectors for the 30 image represented by
Any Help please??
0 commentaires
Réponses (1)
Luuk van Oosten
le 29 Juin 2015
Have you tried something like:
Z = dist(shapefeature{i},QI_Shape_feature{i})
1 commentaire
Nisreen Sulayman
le 29 Juin 2015
Modifié(e) : Nisreen Sulayman
le 29 Juin 2015
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!