Ask Your Question

LopeLH's profile - activity

2014-10-24 03:18:59 -0600 asked a question EigenFaceRecognizer missing on OpenCV 2.4.9 Java

Hi,I'm using OpenCV 2.4.9 from Java and I'm having some problems because the Contrib module of OpenCV (which contains the FaceRecognition Algorithms) is not there at the oficial Java wrapper of OpenCV 2.4.9. I know that I'm not the only one with this problem.

My questions is: Is this module present at the Java wrapper of newer versions of OpenCV (2.4.10 or 3.0.0)?

Any other wrapper to use OpenCV from Java? (I know JavaCV but FaceRecognition is not working fine for me)

Additional info: the module missing in the Java Wrapper: http://docs.opencv.org/modules/contrib/doc/contrib.html

2014-10-23 13:49:41 -0600 commented answer Converting Mat to IplImage in Java

Im having the same problem, can you post the code with yoir solution?