libopencv_java3 library not found
I have downloaded the opencv sdk which contains libraries for all architectures except x86_64
I needed libopencv_java3.so file for x86_64 which is used in https://github.com/opencv/opencv/blob...
Can I know how to generate it I have run below command cmake -DCMAKE_TOOLCHAIN_FILE=../platforms/android/android.toolchain.cmake -DANDROID_ABI="x86_64" -DWITH_TBB=ON -DINSTALL_ANDROID_EXAMPLES=ON -DANDROID_NATIVE_API_LEVEL=9
But libopencv_java3.so is not generated Please help me in generating the library
wait, wait, desktop java and android are two very different things !
please clarify, what you need, exactly, for desktop, look here
Thanks , the link resolved the issue