Ask Your Question

gugaucb's profile - activity

2017-07-30 15:28:33 -0600 commented answer How can I import org.opencv.contrib on Java Project?

Thanks Berak! I will try install opencv_contrib from repo. I sorry my unknown.

2017-07-30 11:52:07 -0600 commented answer How can I import org.opencv.contrib on Java Project?

I'm a newbie in OpenCV framework and I have aim to make a open source face recognize system. I'm trying to use the Java language. I followed some tutorial that explained install the OpenCV in MacBook by brew application. The installation was successful, but I couldn't find in the OpenCV java library the LBPH FaceRecognizer algorithm. Apparently this algorithm is available in org.opencv.contrib package. I don't know if OpenCV java library is incomplete or I need another java library to access the wrapper of this algorithm. Are there a example of code?

2017-07-29 15:45:33 -0600 asked a question How can I import org.opencv.contrib on Java Project?

I'm making a PoC with OpenCV version 3.2.0 in Java Project. But I could't find the package org.opencv.contrib.

I'm using MacOS and I did install the opencv with this command

$ brew install opencv3 --with-java --with-contrib

I just imported the opencv320.jar. Do I need import an other specific jar?

The objective is use LBPH FaceRecognizer algorithm.