1. 12 Jul, 2016 1 commit
  2. 26 Jun, 2016 1 commit
  3. 16 Dec, 2015 1 commit
  4. 15 Dec, 2015 2 commits
  5. 08 Oct, 2015 2 commits
    • Andrey Pavlenko's avatar
      fix build with CMake · 24ca6aaa
      Andrey Pavlenko authored
      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`
      24ca6aaa
    • Andrey Pavlenko's avatar
      minor fixes · 23fea91e
      Andrey Pavlenko authored
      23fea91e
  6. 07 Oct, 2015 1 commit
  7. 27 Aug, 2015 4 commits
  8. 13 Aug, 2015 1 commit
  9. 12 Aug, 2015 1 commit
  10. 31 Jul, 2015 1 commit
  11. 30 Jul, 2015 2 commits
  12. 28 Jul, 2015 1 commit
  13. 27 Jul, 2015 1 commit
  14. 26 Jul, 2015 2 commits
  15. 17 Jun, 2015 1 commit
  16. 02 Jun, 2015 1 commit
  17. 19 Mar, 2015 1 commit
  18. 17 Oct, 2014 2 commits
  19. 08 Sep, 2014 1 commit
  20. 14 Aug, 2014 1 commit
  21. 05 Aug, 2014 1 commit
  22. 21 Jul, 2014 1 commit
  23. 14 Jul, 2014 1 commit
  24. 07 Jul, 2014 1 commit
  25. 24 Jun, 2014 1 commit
  26. 16 Jun, 2014 1 commit
  27. 06 Jun, 2014 1 commit
  28. 13 Feb, 2014 2 commits
  29. 10 Feb, 2014 1 commit
    • Alexander Smorkalov's avatar
      Multiple improvements in OpenCV examples build. · a49beb7c
      Alexander Smorkalov authored
      EMBED_CUDA and FORCE_EMBED_OPENCV flags added to cmake macro add_android_project;
      INSTALL_CUDA_LIBRARIES option added to OpenCV.mk
      opencv_dynamicuda library installation with enabled OPENCV_INSTALL_MODULES flag fixed;
      CUDA initialization apportunity added to OpenCVLoader.initDebug();
      Tutorial-4-CUDA sample reimplemented with static OpenCV and CUDA initialization.
      (cherry picked from commit 6ae4a9b0)
      a49beb7c
  30. 06 Feb, 2014 1 commit
    • Alexander Smorkalov's avatar
      Multiple improvements in OpenCV examples build. · 6ae4a9b0
      Alexander Smorkalov authored
      EMBED_CUDA and FORCE_EMBED_OPENCV flags added to cmake macro add_android_project;
      INSTALL_CUDA_LIBRARIES option added to OpenCV.mk
      opencv_dynamicuda library installation with enabled OPENCV_INSTALL_MODULES flag fixed;
      CUDA initialization apportunity added to OpenCVLoader.initDebug();
      Tutorial-4-CUDA sample reimplemented with static OpenCV and CUDA initialization.
      6ae4a9b0
  31. 26 Dec, 2013 1 commit