13

I am looking for a opens source SDK in java for fingerprint matching with good accuracy. Can anyone suggest me one?

jitter
  • 51,939
  • 11
  • 106
  • 120
user189352
  • 825
  • 4
  • 18
  • 26

4 Answers4

6

I realize this post is old, but I was just looking for a similar answer today and came across this post. I have not used this SDK, but reading the documentation the API seems straight forward and simple to use.

http://sourceforge.net/apps/mediawiki/sourceafis/index.php?title=SourceAFIS

Chris Evans
  • 206
  • 2
  • 11
1

I don't think such a SDK exists. Opensource and in Java?

Java is already not the best language for direct hardware access (thinking of the finger print readers). And you didn't mention which finger print reader it should be for.

If you want a SDK which is able to use multiple readers I suggest reading this answer to a similar question

Is there a fingerprint reader api/sdk?

Community
  • 1
  • 1
jitter
  • 51,939
  • 11
  • 106
  • 120
  • 1
    i am not looking for reader.i am looking for a sdk that wil help me in matching fingerprint.Normalyy the device wil provide the api for reading the sacnned fingerprint. – user189352 Oct 20 '09 at 06:28
1

Here are some (can't vouch for quality):

David Rabinowitz
  • 28,033
  • 14
  • 88
  • 124
1

http://sourceforge.net/projects/biometricsdk/

this SDK is available for java and C++ (good for direct Hardware access).