1. 22 Apr, 2016 1 commit
  2. 20 Oct, 2015 1 commit
  3. 16 Feb, 2015 1 commit
  4. 12 Jan, 2015 1 commit
  5. 15 Oct, 2014 1 commit
    • Pavel Vlasov's avatar
      Implementation detector and selector for IPP and OpenCL; · 45958eaa
      Pavel Vlasov authored
      IPP can be switched on and off on runtime;
      
      Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS;
      
      TS modifications for implementations control;
      45958eaa
  6. 30 Sep, 2014 1 commit
  7. 11 Aug, 2014 1 commit
  8. 05 Aug, 2014 1 commit
  9. 25 Feb, 2014 1 commit
  10. 17 Feb, 2014 1 commit
  11. 27 Jan, 2014 1 commit
  12. 19 Jan, 2014 1 commit
  13. 30 Dec, 2013 1 commit
  14. 27 Dec, 2013 1 commit
  15. 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
  16. 05 Sep, 2013 1 commit
  17. 31 May, 2013 1 commit
    • Roman Donchenko's avatar
      Split CLAHE into its own file, because it's faster that way. · f90fd5b0
      Roman Donchenko authored
      Yes, it's as ludicrous as it sounds, but it's still true. Bizarrely,
      the previous commit makes CLAHE run about 10% slower on Android, even
      though it doesn't even touch any CLAHE code. Splitting it off fixes that,
      although the reason it does is a mystery for the ages.
      
      It's cleaner when it's in its own file, anyway. ;=]
      f90fd5b0