How to calculate the Euclidean distance between two fingerprint images?
이전 댓글 표시
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
2013년 5월 10일
doc bwdist
doc hypot
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
카테고리
도움말 센터 및 File Exchange에서 Region and Image Properties에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!