mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ethan Rublee
72728b4481
|
14 years ago | |
---|---|---|
.. | ||
jni | ||
res | ||
src/com/opencv | 14 years ago | |
AndroidManifest.xml | ||
AndroidOpenCVConfig.cmake.in | ||
CMakeLists.txt | ||
README.txt | 14 years ago | |
cmake_android.cmd | 14 years ago | |
cmake_android.sh | 14 years ago | |
cmake_android_neon.sh | 14 years ago | |
default.properties | 14 years ago | |
project_create.sh |
README.txt
=========================================
CMake Build
=========================================
#path to the android build of opencv
opencv_dir=`pwd`/../build
mkdir build
cd build
cmake -DOpenCV_DIR=$opencv_dir -DCMAKE_TOOLCHAIN_FILE=$ANDTOOLCHAIN ..
=========================================
Android Build
=========================================
sh project_create.sh
ant compile