shaileshmulange / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

createEigenFaceRecognizer is not found #217

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
import static 
com.googlecode.javacv.cpp.opencv_contrib.createEigenFaceRecognizer;

public class Main() {
  public void main(String[] args) {
    createEigenFaceRecognizer(0);
  }
}

Rzunning this code snippet fails with /usr/lib64/java/bin/java: symbol lookup 
error: /tmp/javacpp18805062537488/libjniopencv_contrib.so: undefined symbol: 
_ZN2cv25createEigenFaceRecognizerEi

Original issue reported on code.google.com by milan.mi...@gmail.com on 15 Jul 2012 at 1:46

GoogleCodeExporter commented 9 years ago
Choose from one of the following options:
1. Use OpenCV 2.4.0, as indicated in the README.txt file
2. Rebuild JavaCV from source
3. Wait for the next release

Original comment by samuel.a...@gmail.com on 15 Jul 2012 at 3:32

GoogleCodeExporter commented 9 years ago
I am using a newer version: 2.4.2 - are you saying that is a problem?

Original comment by milan.mi...@gmail.com on 16 Jul 2012 at 6:33

GoogleCodeExporter commented 9 years ago
Yes, but there is another problem with FaceRecognizer anyway, so it will not do 
you any good to downgrade to 2.4.0.

Original comment by samuel.a...@gmail.com on 16 Jul 2012 at 6:58

GoogleCodeExporter commented 9 years ago
OK thanks. I'll be waiting for the next release then.

Original comment by milan.mi...@gmail.com on 16 Jul 2012 at 7:21