How to generate scores for fusion?

Hello all,
I have to implement a multimodal biometric using score level fusion and having palm print and dorsal hand vein as biometrics. I have used Euclidean distance for matching when working on the unimodal of each respective biometrics.
For the multimodal approach, I have to get the scores for the palm print and dorsal hand vein separately so that I can perform score normalization.
My problem is how do I get the scores? Is it the same value that we used when conducting Euclidean distance in the unimodal or something else?
Thank You.

댓글 수: 3

Irina Ebrahimi
Irina Ebrahimi 2015년 1월 29일
Hello Shirah
You need to run the matching algorithm and from your matcher you will find the result as 'score'. If you are using similarity then the score is known as similarity score.
I am searching for a score level fusion code. Would you mind to share your fusion code with me? Or, do you have any traditional score level fusion codes rather than yours that you could share with me? It would be a great help for my work.
Thanks
Irina
Vinay Kumar
Vinay Kumar 2015년 2월 5일
If you have used Euclidean distance matcher, then it would be easy for you to convert it into the same domain. After normalizing, considering the resulting score as distance score, and you can move on to the score rule to fuse those scores.
Balaprasanna selvaraju
Balaprasanna selvaraju 2017년 1월 25일
Hello Shirah, Score is the same value that you got from Euclidean distance. You have to fuse the two seperate score to one for score level fusion.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2015년 1월 31일

0 개 추천

21.6.5 Palmprints, Hand Structure, Recognition, Systems
21.6.6 Hand Structure, Vein Structure in Hands, Recognition, Systems

댓글 수: 2

ketima bu
ketima bu 2017년 7월 21일
Please stop redirecting to this site everyone asks for a question, they want some code here i guess.
Image Analyst
Image Analyst 2017년 7월 21일
Perhaps you think this answer would be better: "Since no one gave you any of their code after all this time, you're just out of luck, and we are not going to give you any leads on how to get help. You'll just have to invent your own algorithm. Good luck."

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

질문:

2013년 8월 15일

댓글:

2017년 7월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by