Facial Recognition in Java/Processing

2019-03-08 01:18发布

I am doing a project that requires some facial recognition. I am attempting to find a Java implementation of this. I am not looking for facial detection. We are trying to do facial recognition through a live camera feed.

Is there any way to implement this in Java or Processing?

At the moment the only ones I have been able to find are in some type of C, which is not going to work for me.

4条回答
Explosion°爆炸
2楼-- · 2019-03-08 01:33

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

查看更多
Summer. ? 凉城
3楼-- · 2019-03-08 01:44

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

查看更多
\"骚年 ilove
4楼-- · 2019-03-08 01:46

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.

查看更多
祖国的老花朵
5楼-- · 2019-03-08 01:48

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

查看更多
登录 后发表回答