2011-06-30 21:37:56 +08:00
|
|
|
# ----------------------------------------------------------------------------
|
|
|
|
# CMake file for Android samples. See root CMakeLists.txt
|
|
|
|
#
|
|
|
|
# ----------------------------------------------------------------------------
|
2012-03-28 00:05:52 +08:00
|
|
|
add_custom_target(opencv_android_examples)
|
2011-06-30 21:37:56 +08:00
|
|
|
|
2012-06-15 21:04:17 +08:00
|
|
|
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wmissing-declarations)
|
|
|
|
|
2012-03-28 00:05:52 +08:00
|
|
|
add_subdirectory(15-puzzle)
|
|
|
|
add_subdirectory(face-detection)
|
|
|
|
add_subdirectory(image-manipulations)
|
2013-08-08 13:31:25 +08:00
|
|
|
add_subdirectory(camera-calibration)
|
2012-04-27 23:39:46 +08:00
|
|
|
add_subdirectory(color-blob-detection)
|
2013-02-04 21:26:43 +08:00
|
|
|
add_subdirectory(tutorial-1-camerapreview)
|
2013-02-05 17:12:00 +08:00
|
|
|
add_subdirectory(tutorial-2-mixedprocessing)
|
2013-02-05 19:10:34 +08:00
|
|
|
add_subdirectory(tutorial-3-cameracontrol)
|
2015-08-12 23:36:09 +08:00
|
|
|
add_subdirectory(tutorial-4-opencl)
|