how to find euclidean distance

1 visualización (últimos 30 días)
ElizabethR
ElizabethR el 8 de Jun. de 2016
Comentada: ElizabethR el 10 de Jun. de 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 ?

Respuesta aceptada

Walter Roberson
Walter Roberson el 9 de Jun. de 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 comentarios
ElizabethR
ElizabethR el 10 de Jun. de 2016
@Dr.Siva thanks for answare.. oke thanks .. i have read it
ElizabethR
ElizabethR el 10 de Jun. de 2016
Hi Walter, thank you :)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Feature Detection and Extraction en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by