how to find euclidean distance
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
ElizabethR
le 8 Juin 2016
Commenté : ElizabethR
le 10 Juin 2016
i have a cell that contain 50 extraction value of image like in image that i attach

and i want to get the euclidean distance for all this value. How to make it ?
0 commentaires
Réponse acceptée
Walter Roberson
le 9 Juin 2016
In order to get a Euclidean distance, you need to have two (possibly high-dimensional) points to take the distance between .
Perhaps you would like to use norm() on the vector of numeric values.
5 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Feature Detection and Extraction dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!