如何从sqlite数据库匹配指纹? [英] How can i match Fingerprint from sqlite data base?

查看:135
本文介绍了如何从sqlite数据库匹配指纹?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想创建一个可以与服务器现有指纹匹配的应用程序,在服务器端,借助外部指纹扫描仪可以保存一些指纹。我可以用保存的指纹匹配
吗?

I want to create one application which can match fingerprint form my server existing fingerprints, on my server side some fingerprints saved with the help of external fingerprint scanner. can i match with saved fingerprint?

推荐答案


  1. 与数据库匹配

您无法在数据库中匹配指纹,请阅读: https:// zh-CN .wikipedia.org / wiki / Fingerprint_recognition

You cannot match fingerprint in database, please read this : https://en.wikipedia.org/wiki/Fingerprint_recognition

由于特定的算法,您必须匹配模板。
要在服务器上进行匹配,您需要AFIS解决方案: https://en.wikipedia.org/ wiki / Automated_fingerprint_identification

You have to match templates, thanks to a specific algorithm. To match on server, you need AFIS solution: https://en.wikipedia.org/wiki/Automated_fingerprint_identification


  1. 在Android或iOS中提取指纹

除非使用带有特定SDK的外部指纹读取器,否则无法从Android或iOS获取指纹数据(图像或模板)。

It's not possible to obtain fingerprint data (image or template) from Android or iOS except with an external fingerprint reader with specific SDK.

这篇关于如何从sqlite数据库匹配指纹?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆