Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 304

Building OpenCV 3.0 with OpenCV_Contrib for use with Facial Recognition in Java Development in Windows 7

$
0
0
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 ![this](/upfiles/14398093463500897.jpg) Second configure after adding path of **opencv_contrib** modules to **OPENCV_EXTRA_MODULES_PATH** looked as shown ![here](/upfiles/14398093706244905.jpg) Finally after clicking generating I had the following ![following](/upfiles/14398093871770013.jpg); 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

Viewing all articles
Browse latest Browse all 304

Trending Articles