vote up 2 vote down star

Has anyone implement fingerprint recognition system in Java?

flag

0% accept rate
try google.com – John T Jul 7 at 7:26

2 Answers

vote up 1 vote down

For example this comes with java api for linux and windows platforms: http://www.griaulebiometrics.com/page/en-us/manual/fingerprint-sdk-java

If you are interested about fingerprint recognition as such, then this book is helpful: http://bias.csr.unibo.it/maltoni/handbook/ For a fast overview, check http://www.cse.unr.edu/~bebis/CS790Q/Lect/BK2_Chapters_1_2.ppt

link|flag
vote up 0 vote down

I have no idea for Java, but I think the main thing in fingerprint recognition is the methodolgy and not the programming language.

You should be able to do it with Neural Networks. You could, for instance, use Joone - Java Object Oriented Neural Engine

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.