Monday, April 11, 2011

fingerprint verification

hi. i am doing my final year proj in fingerprint authentication. i 've completed binarization, thinning, minutiae extraction. i am doing it in matlab. i am stuck with the verification. i don't know how to perform verification. so please help me out to solve this problem. i would be grateful to ppl who help .. thanks in advance. please help me out with code for verification or with algorithm atleast... thanks a lot...

shayam

From stackoverflow
  • The usual way is to use some form of statistical classifier. The most simple is Bayesian (which I believe won't do for fingerprints). In biometry most popular ones are GMM (Gaussian Mixture Model) or HMM (Hidden Markov Model). Another approach is to use neural network as a classifier.

  • I can't help you with writing your own verification, but i did fingerprint verfication in the past with Griaule Fingerprint SDK. I hope this helps a bit.

    shayam : hi. which software u used for verirication?.. sorry for the late reply. if possible send me the code or the logic for verification.. do u know how to find the core points in the fingerprint?please help to solve tis also.i am stuck in finding the core points.my email id is shayam.jayaraman@gmail.com
    Alexander : Take a look at the tutorials shipped with Griaule Fingerprint SDK: http://www.griaulebiometrics.com/page/en-us/tutorials/csharp-sqlserver-authentication-using-fingerprintsdk/the-code-itself
    shayam : very very thanks for u r interest.. basically i am a EEE student. i dono any prog lang other than C and C++. i am doing this proj in matlab. so kindly help me on the logic of finding the orientation of the fingerprints. i will code in matlab. sorry for the disturbance.. shayam

0 comments:

Post a Comment