Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 844 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 844 Bytes

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.