'How to generate WSQ file from fingerprint template in Android?
I want to generate/convert WSQ file from fingerprint template. I can get byte array and bitmap from the template, but my requirement is to get WSQ file.
Can i generate WSQ file for free or it is paid only? Can you suggest ways on how to get WSQ file? I have tried looking at this but it gives me reverse output and i couldn't find what i want.
Solution 1:[1]
Generally , a Template is metadata extracted from the image for comparison against another template. But there is no way to get the image from the template.
(Is only a little bit like hashing in that regard, you can generate a hash from the image, but not the image from the hash.)
However, there seems to be research stating that a fingerprint image could be used to do so, but IMHO it is research for now. https://www.researchgate.net/publication/221145072_Can_Fingerprints_be_Reconstructed_from_ISO_Templates
Then if we start from the general understanding, the image is the one that needs to be stored, and the template taken from it for fingerprint comparison. https://link.springer.com/referenceworkentry/10.1007%2F978-0-387-73003-5_51
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Dan Ortega |
