fingerprint matching algorithm! [duplicate]

筅森魡賤 提交于 2019-12-11 23:49:11

问题


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:


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.



来源:https://stackoverflow.com/questions/4921631/fingerprint-matching-algorithm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!