java中的图像模式匹配
早些时候我在java中搜索指纹识别,但没有找到任何如何实现的信息。所以,现在我决定在手动获取指纹后仅匹配两个指纹图像的模式。然后,比较他们的模式。我认为,这可以通过比较两个图像并匹配它们的像素相似性来完成(根据我的发现)。
所以,现在我正在寻找任何 API/库/SDK/框架或 Java 中可用的任何内容,用于比较两个图像的模式并获取它们之间的百分比匹配。
我会很感激任何想法!
Earlier i was searching for fingerprint recognisation in java, but didn't find anything how to implement. So, now i have decided to just matching the pattern of two images of fingerprint after getting fingerprint manually. And then, compare their pattern. And i think, this can be done by comparing two image and matching their pixel similarity (as per my finding).
So, now i am looking for any API/library/SDK/framework or anything available in Java, for comparing pattern of two images and getting the percentage match between them.
I'll appreciate any idea !!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看 WEKA。那里可能有一些东西可以满足您的需求,但正如斯特凡·肯德尔(Stefan Kendall)已经提到的那样,这根本不容易。
另外, http://opencv.willowgarage.com/wiki/ 可能有用,但不幸的是有还没有java版本。
Have a look at WEKA. There might be something in there for your needs, but as Stefan Kendall already mentioned it's not easy at all.
Also, http://opencv.willowgarage.com/wiki/ might be useful, but unfortunately there is no java version yet.
我没有使用过它,甚至没有正确研究过它 - 但从我所看到的来看,这个项目可能会帮助你。 (目前适用于 Java 和 .NET):
http://sourceforge.net/projects/biometricsdk/
I haven't used it, or even properly studied it - but from what I have seen, this project may help you. (Currently it is for Java and .NET):
http://sourceforge.net/projects/biometricsdk/