1. 25 Feb, 2014 1 commit
  2. 13 Feb, 2014 1 commit
  3. 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
  4. 01 Feb, 2014 1 commit
  5. 28 Jan, 2014 2 commits
  6. 26 Dec, 2013 1 commit
  7. 23 Dec, 2013 1 commit
  8. 18 Dec, 2013 1 commit
  9. 15 Nov, 2013 1 commit
  10. 06 Nov, 2013 1 commit
  11. 01 Nov, 2013 1 commit
  12. 31 Oct, 2013 1 commit
  13. 30 Oct, 2013 1 commit
  14. 15 Oct, 2013 1 commit
    • Roman Donchenko's avatar
      In Java bindings, wrap version constants into functions to prevent inlining. · 7ff91665
      Roman Donchenko authored
      Java inlines static finals if they're defined with a constant expression. In
      case of version constants we don't want that to happen, since they obviously
      change from version to version. If the user substitutes a different OpenCV
      jar without recompiling, we want user code to still have relevant values for
      the version constants.
      
      This arranges that by turning constant values into function calls, which no
      longer count as a constant expression.
      7ff91665
  15. 12 Sep, 2013 1 commit
  16. 10 Sep, 2013 1 commit
  17. 06 Sep, 2013 1 commit
    • Vladislav Vinogradov's avatar
      Merge branch 'master' into gpu-cuda-rename · 0c7663eb
      Vladislav Vinogradov authored
      Conflicts:
      	modules/core/include/opencv2/core/cuda.hpp
      	modules/cudacodec/src/thread.cpp
      	modules/cudacodec/src/thread.hpp
      	modules/superres/perf/perf_superres.cpp
      	modules/superres/src/btv_l1_cuda.cpp
      	modules/superres/src/optical_flow.cpp
      	modules/videostab/src/global_motion.cpp
      	modules/videostab/src/inpainting.cpp
      	samples/cpp/stitching_detailed.cpp
      	samples/cpp/videostab.cpp
      	samples/gpu/stereo_multi.cpp
      0c7663eb
  18. 05 Sep, 2013 1 commit
  19. 02 Sep, 2013 1 commit
  20. 21 Aug, 2013 2 commits
  21. 19 Aug, 2013 1 commit
  22. 15 Aug, 2013 1 commit
  23. 13 Aug, 2013 2 commits
  24. 06 Aug, 2013 1 commit
  25. 05 Aug, 2013 1 commit
  26. 25 Jul, 2013 2 commits
  27. 24 Jul, 2013 1 commit
  28. 18 Jul, 2013 2 commits
  29. 17 Jul, 2013 2 commits
  30. 02 Jul, 2013 1 commit
  31. 28 Jun, 2013 2 commits
  32. 27 Jun, 2013 1 commit
  33. 13 Jun, 2013 1 commit