Facial Recognition in Java/Processing

…衆ロ難τιáo~ 提交于 2019-12-02 14:58:01
cesmarch

I am working on the Face Detection/ Face Recognition topic as well. I can recommend the following links for Face Recognition:

Direct Java Implementations:

Implementation with OpenCV so you could use JavaCV to implement FR in Java:

I used the first approach - using javafaces directly. If you accomplish using OpenCV/JavaCV to make FR work give me a hint please.

Cheers

For Processing, I recommend the OpenCV for Processing Library. Easy to use and with a lot of examples.

To complete the answer: A repository of Processing examples for ITP fall workshop about face detection, recognition, and miscellaneous tracking methods.

Although quite old question but still relevant.

You can use opencv library. Although its written in C++. But it offers java bindings too. Only drawback is you will have to build java bindings yourself. Here is one article written by myself which explains the procedure to build the java bindings and sample programs for facial recognition.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!