如何比较R305的两个指纹模板



我使用r305手指传感器扫描我的手指并生成模板。

模板Finger1:

态 '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', '00',00','00','00','00','00','00','00',00',00',00',00',00',00',00',00',00',00',00', '00',......................................}

模板Finger2:

态 '51','21','00','00','f8','3e','e0','0e','','e0','02','02','c0','c0', '02','c0','00','c0','00','00','00','00','80','00','00','80',00',00',00', '80','02','80','02','00','002','00','02','00','00','06','00',00',00', '06','80','06','80','0e','00','00','00',00',00',00',00',00',00',00',00',00',00', '00','00',.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

如何使用 C ,Python或Java进行外部比较两个模板?

要匹配指纹,您需要特定的算法,请阅读:https://en.wikipedia.org/wiki/fingerprint_recognition

您可以使用AFIS服务器进行操作:https://en.wikipedia.org/wiki/wiki/integrated_automated_fingerprint_identification_sidequica

在这里,AFIS解决方案的一些提供商:

http://www.neurotechnology.com/megamatcher.htmlhttp://au.nec.com/en_au/solutions/security-and-public-safety/biometrics/afis-finger-fingerprint-isendification-features.htmlhttp://www.innovatrics.com/productshttp://www.dermalog.com/en/products_solutions/afis/http://www.m2sys.com/automated-fingerprint-indistification-system-afis/

如果您想要OpenSource Algo,NIST具有指纹识别的SDK:NBIS。

可以在此处下载。

不要尝试编写自己的算法。R305提供了自己的算法来比较两个模板。浏览R305规范并实现它。

最新更新