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 Applying patch mentioned in ticket #1085 14 years ago
..
jni
res
src/com/opencv Applying patch mentioned in ticket #1085 14 years ago
AndroidManifest.xml
AndroidOpenCVConfig.cmake.in
CMakeLists.txt
README.txt A few scripts to each making the sample. 14 years ago
cmake_android.cmd Final version of scripts for Android cross-compilation on Windows. 14 years ago
cmake_android.sh Refactored NEON optimization usage 14 years ago
cmake_android_neon.sh Refactored NEON optimization usage 14 years ago
default.properties Updated Android cross-compilation on Windows. 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