Ask Your Question

Revision history [back]

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.