Java中的人脸识别 [英] Face recognition in Java

查看:1107
本文介绍了Java中的人脸识别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以建议我用Java开源人脸识别框架吗?

Can any one suggest me an open source face recognition framework in Java?

推荐答案

有几个开源Face您可以尝试识别Java系统,但不要期望太多,因为我正在寻找相同的东西,但我仍在寻找更好的选择!

There are a few open-source Face Recognition Java systems you can try, but don't expect much, because I am looking for the same thing but I'm still looking for a better option!

请注意在图像中找到任何面部被称为面部检测,在任何面部被称为面部跟踪之后,并且确定检测到的面部的身份被称为面部识别。我告诉你这个,因为你可能不得不使用不同的软件和算法来做每一个!保罗的回答告诉你,OpenCV可以轻松地进行人脸检测(Haar Cascade Detector),但不能轻易进行人脸识别(实际上它确实有一种方法可以进行特征脸识别),这听起来你需要人脸识别,所以OpenCV不是因为你使用Java,所以一定是你最好的选择。

Note that finding any face within in image is called "Face Detection", following any face is called "Face Tracking", and determining the identity of a detected face is called "Face Recognition". I'm telling you this because you probably have to use different software and algorithms to do each one! The answer by Paul tells you that OpenCV can do Face Detection easily (Haar Cascade Detector), but not Face Recognition as easily (actually it does have a way to do Eigenface Recognition), which it sounds like you need Face Recognition, so OpenCV isn't necessarily your best option since you are using Java.

你可以尝试在Java中同时进行人脸检测和人脸识别的FAINT,但它几乎没有记录。还有 http://darnok.org/programming/face-recognition/ ,但我似乎无法从中获得好成绩。还有 http://uni.johnsto.co.uk/faces/ 面部识别,以及用于面部识别/检测的Neuroph。

You can try FAINT which does both Face Detection and Face Recognition in Java, but it is pretty much undocumented. There is also "http://darnok.org/programming/face-recognition/", but I can't seem to get good results out of it. There is also "http://uni.johnsto.co.uk/faces/" for Face Recognition, and "Neuroph" for Face Recognition / Detection.

如果您找到了一个好的解决方案,请告诉我draw3d@shervinemami.co.cc
祝你好运!
Shervin Emami

If you find a good solution, please tell me at "draw3d@shervinemami.co.cc" Good Luck! Shervin Emami

这篇关于Java中的人脸识别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆