A few scripts to each making the sample.
This commit is contained in:
5
android/android-opencv/cmake_android_neon.sh
Normal file
5
android/android-opencv/cmake_android_neon.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
opencv_dir=`pwd`/../build_neon
|
||||
mkdir build_neon
|
||||
cd build_neon
|
||||
cmake -DOpenCV_DIR=$opencv_dir -DARM_TARGETS="armeabi-v7a with NEON" -DCMAKE_TOOLCHAIN_FILE=$ANDTOOLCHAIN ..
|
||||
|
Reference in New Issue
Block a user