Ask Your Question

Dev Ashish's profile - activity

2013-11-20 12:52:49 -0600 received badge  Student (source)
2013-09-28 09:38:29 -0600 asked a question How to call FaceRecognizer class object & train in Android?

Hi,

Actually, I am developing an android App, that has a module for "FACE Recognise". I have run the sample for FACE DETECTION (which is provided in android samples). Now I want to save the Image (some where on phone or phone DB). For this I have got the code from "Tutorial-3".

But my problem is how could I recognise the Images while detecting face?

I have studied some C++ examples but I could not get any clue how to convert them into Java(for Android). Please help me, give some code samples to do "Face Recognition" in Android.

If anyone could tell me how to call FaceRecognizer class object in Android & train it would be great help.

Thanks