opencv/samples/android
Andrey Pavlenko 24ca6aaada fix build with CMake
now it builds by the command:
`cmake.exe -Wno-dev -GNinja -DCMAKE_MAKE_PROGRAM="path\to\ninja\ninja.exe" -DCMAKE_TOOLCHAIN_FILE=../opencv3/platforms/android/android.toolchain.cmake -DANDROID_ABI="armeabi-v7a with NEON" -DANDROID_SDK_TARGET=21 -DANDROID_NATIVE_API_LEVEL=14 -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DBUILD_ANDROID_EXAMPLES=ON -DINSTALL_ANDROID_EXAMPLES=ON -DWITH_OPENCL=YES -DANDROID_OPENCL_SDK=path\to\OpenCL ../opencv`
2015-10-08 13:48:46 +03:00
..
15-puzzle
camera-calibration
color-blob-detection
face-detection
hello-android
image-manipulations
tutorial-1-camerapreview
tutorial-2-mixedprocessing
tutorial-3-cameracontrol
tutorial-4-opencl fix build with CMake 2015-10-08 13:48:46 +03:00
.gitignore
CMakeLists.txt tutorial-4-opencl: enable build with OpenCV 2015-08-13 13:32:23 +03:00