/AND-CV-Snippets

Android (JNI) code snippets of OpenCV.

Primary LanguageC++

Introduction:

Android (JNI) code snippets of OpenCV.

Requirements:

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.

Build for yourself:

Edit Android.mk, set OPENCV_ROOT_PATH to your own root path of OpenCV-Android.