9

Has anyone implement fingerprint recognition system in Java?

Luke Quinane
  • 16,447
  • 13
  • 69
  • 88
tellme
  • 871
  • 5
  • 18
  • 23
  • Related: http://stackoverflow.com/questions/10027847/fingerprint-matching-recognition-algorithms-implementations?rq=1 – Thilo Dec 03 '14 at 04:12

2 Answers2

5

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

Mikko Maunu
  • 41,366
  • 10
  • 132
  • 135
1

Take a look to this open source lib which is well maintained:

sourceafis-java

with the official code repo: https://bitbucket.org/robertvazan/sourceafis-java/src/1ec1cb4f210d?at=default

julien bouteloup
  • 3,022
  • 22
  • 16