Ask Your Question

WAE's profile - activity

2016-02-02 03:38:17 -0600 commented question OpenCV 3.1.0 (3.0.0) Face recognition for Android

I create face recognition app on Android phone, use phone camera for detecting and recognizing face. It is an offline app, I run everything on phone.

2016-02-02 03:17:37 -0600 answered a question Building OpenCV 3.0 with OpenCV_Contrib for use with Facial Recognition in Java Development in Windows 7

Anything new? If you finished, could you help me how to build it for Face recognition on Android project? Thanks.

2016-02-02 03:12:07 -0600 asked a question OpenCV 3.1.0 (3.0.0) Face recognition for Android

Hi all,

I'm newbie in OpenCV, and I'm working on Face recognition project with OpenCV 3.1.0 for android. So I can't use this method: "createEigenFaceRecognition (int, double)", or similar functions.

After google search, I know "Face" package is in OpenCV-contrib. And I don't know how to build OpenCV-contrib, or intergrate "Face" package into OpenCV, create *.so lib for Android.

So someone can help me, instruct me how to build or run it on android project. Thanks so much.