Borrar filtros
Borrar filtros

How to Index images based on Euclidean's distance

2 visualizaciones (últimos 30 días)
cse batch4
cse batch4 el 8 de Mzo. de 2015
Comentada: Image Analyst el 9 de Mzo. de 2015
Hello everyone i want to retrieve images based on the euclidean distance.How to get euclideans distance from feature vector and sort images and display

Respuesta aceptada

Image Analyst
Image Analyst el 8 de Mzo. de 2015
How about using the formula for Euclidean distance:
meanDistance = sqrt(sum((featureVector - referenceFeatureVector).^2));
  2 comentarios
cse batch4
cse batch4 el 9 de Mzo. de 2015
thank you.but how to calculate distance between two imags
Image Analyst
Image Analyst el 9 de Mzo. de 2015
How are you defining that? I answered your original question of how to find unweighted distance between two feature vectors. How are you defining distance between two images, rather than feature vectors? Do you mean the MSE? Or PSNR? Or SSIM? Or something else????

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by