指纹匹配算法!
可能的重复:
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.
根据 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.