フィルターのクリア

How to calculate the Euclidean distance between two fingerprint images?

1 回表示 (過去 30 日間)
pooja dixit
pooja dixit 2013 年 5 月 10 日
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.

回答 (2 件)

Sean de Wolski
Sean de Wolski 2013 年 5 月 10 日
doc bwdist
doc hypot

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

カテゴリ

Help Center および File ExchangeImage Segmentation and Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by