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:
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:
- find library has algorithm in change fingerprint string.
- install library server using
- 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
Post a Comment