Effacer les filtres
Effacer les filtres

How to calculate the Euclidean distance between two fingerprint images?

1 vue (au cours des 30 derniers jours)
pooja dixit
pooja dixit le 10 Mai 2013
my topic is fingerprint recognition by using euclidean distance... but stuck on a problem of how to calculate the euclidean distance in two fingerprint image using in matlab. so plz help me if anyone have an idea about this topic.

Réponses (2)

Sean de Wolski
Sean de Wolski le 10 Mai 2013
doc bwdist
doc hypot

Jack Sparrow
Jack Sparrow le 10 Mai 2013
I think euclidean distance formula is:
d(H1,H2) = sqrt((H1(i) - H2(i))^2)
H1 = probe set
H2 = gallery set

Catégories

En savoir plus sur Image Segmentation and Analysis 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!

Translated by