How to compile opencv and opencv_contrib with the face recognition modules "faces"?
Good morning, I was reading here and here to compile opencv and opencv_contrib and all modules.
I Use windows 10 x 64 bit. I installed Visual Studio 2017 Professional. I installed CMake 3.11.0. I downloaded opencv from Aqui.
The steps I took are: 1. cd C:\opencv\build
cmake -DOPENCV_EXTRA_MODULES_PATH=C:\opencv\opencv_contrib\modules C:\opencv\opencv\sources
The function make -j5 It does not work for me.
Else I did it as shown in the image.
3.1 cd C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin>
and execute
3.2 MSBuild /m C:\opencv\build\OpenCV.sln /t:Build /p:Configuration=Release /v:m
But I have a series of problems.
this article say that Besides all this will create a jar containing the Java interface (bin/opencv-244.jar) and a native dynamic library containing Java bindings and all the OpenCV stuff (lib/libopencv_java244.so or bin/Release/opencv_java244.dll respectively). We'll use these files later.
opencv-341.jar If it was created, but opencv_java341.dll It was not created.
Thanks for help me!
do you use cmake gui? you can check if everything is OK before compiling. see cmake configuration output. you should see Java wrappers: YES
can you try to remove the screenshots (they're useless), and replace them with a text version, so ppl here can quote you, it can be indexed for search, etc.
thank you.
I do not use cmake gui. Yes, Java wrappers: YES.
@sturkmen Watch this. https://drive.google.com/file/d/1GB8j... It is an image where I show the java libraries.
can it be, you're looking in the wrong place ? after building the INSTALL project in VS, it all should appear in
opencv/build/install/java
(not in the build folder itself, where the old prebuild libs are)