fingerprint matching algorithm! [duplicate]

2019-09-09 15:20发布

Possible Duplicate:
iso 19794-2 fingerprint format.

Hi all,

I need to develop a system to match fingerprints. all fingerprints are already converted to ISO 19794-2 format. the input will also be in ISO 19794-2 format. how to check whether the input and the fingerprints in database matches or not. is there any algorithm to implement it?

i need an algorithm to compare two fingerprints in ISO 19794-2 format.

It would be more helpful if the answers are in Java perspective. Please help me. Thanks.

1条回答
放我归山
2楼-- · 2019-09-09 15:56

According to http://www.iso.org/iso/catalogue_detail.htm?csnumber=38746 the standard provides some guidelines on how the records are to be matched.

查看更多
登录 后发表回答