Facial Recognition in Java/Processing

user1202174 picture user1202174 · Feb 10, 2012 · Viewed 49.5k times · Source

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.

Answer

cesmarch picture cesmarch · Feb 10, 2012

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