1. 30 Jun, 2015 1 commit
  2. 23 May, 2015 1 commit
  3. 16 Feb, 2015 1 commit
  4. 27 Dec, 2014 1 commit
    • Julien Nabet's avatar
      Fix cppcheck reports warnings: · 2d5e3b57
      Julien Nabet authored
      (performance) Possible inefficient checking for 'lmap' emptiness
      (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
      (style) Array index '<xxx>' is used before limits check
      2d5e3b57
  5. 23 Oct, 2014 1 commit
  6. 18 Oct, 2014 1 commit
  7. 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
  8. 13 Aug, 2014 1 commit
    • Adil Ibragimov's avatar
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov authored
      1. someMatrix.data -> someMatrix.prt()
      2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
      3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
      4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
      8a4a1bb0
  9. 05 Aug, 2014 1 commit
  10. 27 Mar, 2014 1 commit
  11. 26 Mar, 2014 1 commit
  12. 17 Mar, 2014 1 commit
  13. 14 Mar, 2014 8 commits
  14. 12 Mar, 2014 2 commits
  15. 10 Mar, 2014 1 commit
  16. 25 Feb, 2014 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. 31 May, 2013 1 commit
  20. 11 Apr, 2013 1 commit
  21. 01 Apr, 2013 1 commit
  22. 26 Mar, 2013 1 commit
  23. 21 Mar, 2013 2 commits
  24. 01 Mar, 2013 1 commit
  25. 28 Feb, 2013 1 commit
  26. 25 Feb, 2013 1 commit
  27. 15 Jun, 2012 1 commit
  28. 09 Jun, 2012 1 commit
  29. 17 Mar, 2012 1 commit
  30. 06 Aug, 2011 1 commit
  31. 28 Jul, 2011 1 commit