匹配两个图像
我们如何使用 Java 来匹配两个图像。我想做一个人脸识别应用程序,它将在某个位置存储人脸,然后检查一个人是否是会员。如果该人的脸部与数据库中已有的图片匹配,则该人将通过身份验证,否则不会。有没有办法做到这一点。
How can we match two images using Java. I want to make a face recognition application, that will store face of people at some location and then later will check whether a person is a member or not. If the persons face will match a pic already in database, then the person will be authenticated else not. Is there a way to do so.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查这个线程以获取与java相关的人脸识别软件。您将需要使用 Java 高级成像库,这很痛苦,但它是可行的。
check this thread for java related face recognition software. You will need to use the Java Advanced Imaging library, which is a pain, but it's doable.
有一种方法可以做到这一点。这是一个经过充分研究的研究问题。在画廊探测设置中,这被称为人脸识别。您也许应该阅读这篇文章。
There is a way to do so. It is a well studied research problem. It is called face recognition in a gallery-probe setup. You should perhaps read this article.