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?