我用R305手指传感器扫描手指并生成模板。
模板finger1:
{'ef','01','ff','ff','ff','ff','02','00','82','03','01', '54','26','00','00','e0','fe','80','7e','00','00','00', '00','00','00','00','00','00','00','00','00','00','00', '00','00','00','00','00','00','00','00','00','00','00', '00',.......................}
模板finger2:
{'ef','01','ff','ff','ff','ff','02','00','82','03','01', '51','21','00','00','f8','3e','e0','0e','e0','02','c0', '02','c0','00','c0','00','80','00','80','00','80','00', '80','02','80','02','00','02','00','02','00','06','00', '06','80','06','80','0e','00','00','00','00','00','00', '00','00',...................................}
如何使用 C ,python或Java来外部比较两个模板?
答案 0 :(得分:2)
要匹配指纹,您需要一个特定的算法,请阅读: https://en.wikipedia.org/wiki/Fingerprint_recognition
您可以使用AFIS服务器执行此操作:https://en.wikipedia.org/wiki/Integrated_Automated_Fingerprint_Identification_System
这里有一些AFIS解决方案提供商:
http://www.neurotechnology.com/megamatcher.html http://au.nec.com/en_AU/solutions/security-and-public-safety/biometrics/afis-fingerprint-identification-features.html http://www.innovatrics.com/products http://www.dermalog.com/en/products_solutions/afis/ http://www.m2sys.com/automated-fingerprint-identification-system-afis/
如果你想要一个OpenSource算法,NIST有一个用于指纹识别的SDK:NBIS。
可以下载here。
答案 1 :(得分:0)
不要尝试编写自己的算法。 R305提供了自己的算法来比较两个模板。完成R305规范并实施它。