Hi,
I have followed the steps (using gui version of cmake) shown [here](https://github.com/itseez/opencv_contrib) on how to build OpenCV with extra modules. My sole goal is to be able to use FaceRecognizer within OpenCV 3.0 while developing in Java.
The first configure looked like 
Second configure after adding path of **opencv_contrib** modules to **OPENCV_EXTRA_MODULES_PATH** looked as shown 
Finally after clicking generating I had the following ;
I do not know what to do next as I even changed directory to build folder and attempted to run **make -j5** from command prompt but I could not do **import org.opencv.face.*;** in my netbeans Java workstation.
What else do I need to do afterwards to be able to add **import org.opencv.face.*;** in my Java workstation?
I also came across a previous similar post [too](http://answers.opencv.org/question/68037/opencv-3-java-face-recognition-example-requested/ocv_define_module(face%20opencv_core%20opencv_imgproc%20opencv_objdetect%20WRAP%20python)) but I did not understand how to make headways with it.
I will appreciate all help and howtos.
Regards,
Joseph Mwema
↧