Ask Your Question

alfonsord's profile - activity

2014-10-20 18:18:50 -0600 commented answer Missing createFisherFaceRecognizer method on android.

@berak Hi, thanks for posting this, I came across the same problem and following your answer I think I am close to solving it. I used your code and built the library facerec.so using QT. Then, using netbeans I included the library and the missing wrapper class... so far so good, it compiles without any error message or warning. But then while running my program (just a dummy program to test that this solution works) i get the following error:

symbol lookup error: /usr/local/share/OpenCV/java/libfacerec.so.1.0.0: undefined symbol: _ZN2cv26createFisherFaceRecognizerEid

Needless to say, this caused by the line: FaceRecognizer facerec = new FisherFaceRecognizer();

Do you have any suggestion as to what I may be doing wrong? Cheers!