noureldien / FingerprintRecognition

Fingerprint Recognition in runtime using images captured from mobile. Built using Android and OpenCV. Also built in MATLAB.
70 stars 44 forks source link

How to install #2

Closed whitetiger21022014 closed 5 years ago

whitetiger21022014 commented 7 years ago

Dear Noureldien, Do you have any document or link for building/installing FingerprintRecognition Thanks

noureldien commented 7 years ago

Hello @whitetiger21022014 You can easily install the app on most of android phones using the following .apk: https://github.com/noureldien/FingerprintRecognition/blob/master/Java/bin/classes/FingerprintRecognition.apk Or you may try this as well: https://github.com/noureldien/FingerprintRecognition/blob/master/Java/bin/classes/FingerprintRecognition.unaligned.apk

Thanks

whitetiger21022014 commented 7 years ago

Thanks for your reply Ex. for comparing ~200.000 pictures and it will take time. So may I compile your code on Linux (ex: Centos/Ubuntu) or Windows? Thanks

noureldien commented 7 years ago

Please check the Matlab code, it works as well. https://github.com/noureldien/FingerprintRecognition/tree/master/Matlab But the method itself is not that reliable to work on 1k images, let alone 200k images.