Page 1 of 1
JavaCard BioAPI
Posted: Wed Jan 06, 2016 3:34 am
by vermont
I have some doubts about JavaCard BioAPI. I am told that the VERIFY command in the API doesn't actually carry out any kind of match. If this is true, how do I perform my own biometric matching algorithm into this command?
Re: JavaCard BioAPI
Posted: Tue Jan 12, 2016 10:37 pm
by posey
Hi friend!
I also works on this. Hope we can make progress together!
The VERIFY command invokes a vendors algorithm. To invoke your own, you would have to capture the biometrics and store it using your own template. Then you can perform a match using your own algorithm.