Android (JNI) code snippets of OpenCV.
-
Android-NDK r10+, for a better support of C++11;
Why not the original source? OpenCV-Android offers ndk makefiles and prebuilt static libraries, which can be included in our own makefiles to save lots of time on solving dependencies and compiling problems.
For more details, refer to the official docs.
Edit Android.mk
, set OPENCV_ROOT_PATH
to your own root path of OpenCV-Android.