Libopencv_java.so & Cross-targeting

No, it’s not to build libopencv_java.so. I have downloaded a complete tree of pre-compiled binaries of libopencv*.{so/a} for different mobile architectures, from the opencv site. One of them (arm64-v8a) is of interest to me.

I’m not using Java to integrate with opencv. I’m doing a true Native compilation build (Makefiles).

I don’t suppose you can point me to instructions on how to build opencv for Android, from the source?

Thanks, Charles.