libopencv_java3 library not found

asked 2017-08-24 23:37:15 -0600

Ashokbugude gravatar image

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

edit retag flag offensive close merge delete

Comments

wait, wait, desktop java and android are two very different things !

please clarify, what you need, exactly, for desktop, look here

berak gravatar imageberak ( 2017-08-24 23:56:48 -0600 )edit

Thanks , the link resolved the issue

Ashokbugude gravatar imageAshokbugude ( 2017-08-28 05:32:09 -0600 )edit