java Java和指纹识别
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1090818/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Java and Fingerprint Recognition
提问by tellme
Has anyone implement fingerprint recognition system in Java?
有没有人用Java实现指纹识别系统?
回答by Mikko Maunu
For example this comes with java api for linux and windows platforms: http://www.griaulebiometrics.com/page/en-us/manual/fingerprint-sdk-java
例如,这带有用于 linux 和 windows 平台的 java api: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
如果您对指纹识别感兴趣,那么这本书很有帮助:http: //bias.csr.unibo.it/maltoni/handbook/如需快速概览,请查看http://www.cse.unr.edu/ ~bebis/CS790Q/Lect/BK2_Chapters_1_2.ppt
回答by julien bouteloup
Take a look to this open source lib which is well maintained:
看看这个维护良好的开源库:
with the official code repo: https://bitbucket.org/robertvazan/sourceafis-java/src/1ec1cb4f210d?at=default
使用官方代码仓库:https: //bitbucket.org/robertvazan/sourceafis-java/src/1ec1cb4f210d?at =default

