Martin20150405 / OpenCV4AndroidWithCmake

Use Android Studio 3.0 (>=2.2) and Cmake Toolchain to make your Android device fly with Opencv (OpenCV 3.40)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenCV4AndroidWithCmake

Use Android Studio 3.0 and Cmake Toolchain to make your Android device fly with Opencv (OpenCV 3.40) You don't have to add more third-party libs to use OpenCV, this project provides both java and ndk support (with Cmake).

This Project only includes armeabi-v7a

CHANGELOG

  • 2017-01-13 update to OpenCV 3.20
  • 2017-12-28 update to OpenCV 3.40 (opencv_java.so can be replaced by static libs to reduce the size of APK) Old versions can be downloaded from here

Works

  • Use Cmake to compile OpenCV 3.4 for Android,don't need Android.mk (applicable for OpenCV 2.4X theoretically)
  • Support both Java and NDK OpenCV (With code complecation)
  • remove OpenCV Manager
  • About 10mins to configure.

About

Use Android Studio 3.0 (>=2.2) and Cmake Toolchain to make your Android device fly with Opencv (OpenCV 3.40)


Languages

Language:C++ 72.2%Language:Java 22.4%Language:C 5.1%Language:Objective-C 0.2%Language:CMake 0.1%