1. 31 Mar, 2014 1 commit
  2. 28 Mar, 2014 1 commit
  3. 21 Mar, 2014 1 commit
  4. 25 Feb, 2014 1 commit
  5. 13 Feb, 2014 1 commit
  6. 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
  7. 01 Feb, 2014 1 commit
  8. 28 Jan, 2014 2 commits
  9. 29 Dec, 2013 1 commit
  10. 26 Dec, 2013 1 commit
  11. 23 Dec, 2013 1 commit
  12. 18 Dec, 2013 1 commit
  13. 15 Nov, 2013 1 commit
  14. 06 Nov, 2013 1 commit
  15. 01 Nov, 2013 1 commit
  16. 31 Oct, 2013 1 commit
  17. 30 Oct, 2013 1 commit
  18. 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
  19. 12 Sep, 2013 1 commit
  20. 10 Sep, 2013 1 commit
  21. 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
  22. 05 Sep, 2013 1 commit
  23. 02 Sep, 2013 1 commit
  24. 21 Aug, 2013 2 commits
  25. 19 Aug, 2013 1 commit
  26. 15 Aug, 2013 1 commit
  27. 13 Aug, 2013 2 commits
  28. 06 Aug, 2013 1 commit
  29. 05 Aug, 2013 1 commit
  30. 25 Jul, 2013 2 commits
  31. 24 Jul, 2013 1 commit
  32. 18 Jul, 2013 2 commits
  33. 17 Jul, 2013 2 commits
  34. 02 Jul, 2013 1 commit