Hi,
I have followed the steps (using gui version of cmake) shown here 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 ;
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 will appreciate all help and how tos.
Regards,
Joseph Mwema