recompile OpenCV for Android on Windows

asked 2014-04-03 07:10:09 -0600

awk gravatar image

updated 2014-04-03 08:37:50 -0600

Hello, first of all thank you for this great image processing library! Currently I use the precompiled "libopencv_java.so" library for that. Since this file is a bit over 8MB and i only use "core" and "imgproc" funktionality, I thought i could recompile those two to reduce the size of my app a bit. It's my first time trying to compile a library and it's kind of overwhelming. I found a few NDK tutorials but neither worked for me so far. Is there a tutorial on how to compile only a small part of the library on windows to use in an android Projekt?

edit retag flag offensive close merge delete

Comments

Are you going to use 'core' and 'imgproc' in JNI C++ code or in Java code?

Andrey Pavlenko gravatar imageAndrey Pavlenko ( 2014-04-03 13:37:16 -0600 )edit