webserver - Fingerprint comparison with php -


i have small device scans fingerprints. there have image of fingerprint. hope can "bio-id" of fingerprint image , send id server. server side can execute php.

there compare "bio-id". in best case no php libraries required , "bio-id" can compared string. authenticate user, means have compare fingerprints.

it work on picture described:

enter image description here

is important on server side possible use php (no special configuration), great if fingerprint sent string , string can compared other strings without effort.

thank much

so assuming question "what next steps need in order system work".

well since have scanner (futronic fs88h), gives bitmap, have pass bitmap through algorithm changes string. mentioned in best case scenario wish not use library, more complicated if didn't. library collection of code has developed specific purpose. if don't want use function else created fingerprint string bitmap, have create yourself, million times more difficult.

my suggest be:

  1. find library has algorithm in change fingerprint string.
  2. install library server using
  3. create php functions
    • stores these fingerprint values database or whichever preferred method of storage
    • compares users fingerprint fingerprints in storage
    • deletes fingerprints stored

that should move forward


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -