Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Can't get Facerecognizer Java bindings building OpenCV3.30 for Android

I am trying to build OpenCV 3.30 for Android with facerecognizer support. So I followed the instructions, downloaded the contrib modules, and made everything (cmake + make)

I see that a face.a module is created, as wel as the libopencv_java3.so. But I can't find any face.java (in the src folder) nor the face.cpp (in the JNI folder).

I found another post (http://answers.opencv.org/question/31251/java-bindings-of-facerecognizer/ ) describing a similar or the same problem with Java bindings for this class, but I'm not sure if it is related to older OpenCV versions and now should work.

Should I expect the Java bindings to be created with OpenCV 3.30?

Can't get Facerecognizer Java bindings building OpenCV3.30 for Android

I am trying to build OpenCV 3.30 for Android with facerecognizer support. So I followed the instructions, downloaded the contrib modules, and made everything (cmake + make)

I see that a face.a module is created, as wel as the libopencv_java3.so. But I can't find any face.java (in the src folder) nor the face.cpp (in the JNI folder).

I found another post (http://answers.opencv.org/question/31251/java-bindings-of-facerecognizer/ ) describing a similar or the same problem with Java bindings for this class, but I'm not sure if it is related to older OpenCV versions and now should work.

Should I expect the Java bindings to be created with OpenCV 3.30?