指纹匹配算法!
可能的重复:
iso 19794-2 指纹格式。
大家好,
我需要开发一个系统来匹配指纹。所有指纹均已转换为 ISO 19794-2 格式。输入也将采用 ISO 19794-2 格式。如何检查输入和数据库中的指纹是否匹配。有什么算法可以实现吗?
我需要一种算法来比较 ISO 19794-2 格式的两个指纹。
如果从 Java 的角度来回答会更有帮助。请帮我。谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 http://www.iso.org/iso/catalogue_detail.htm?csnumber =38746该标准提供了一些有关如何匹配记录的指南。
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.