How can i match Fingerprint from sqlite data base?

你说的曾经没有我的故事 提交于 2019-12-12 05:39:55

问题


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:


  1. Match in database

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

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. Extract fingerprint in Android or 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.



来源:https://stackoverflow.com/questions/44879611/how-can-i-match-fingerprint-from-sqlite-data-base

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!