1. 27 12月, 2014 1 次提交
    • J
      Fix cppcheck reports warnings: · 2d5e3b57
      Julien Nabet 提交于
      (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
  2. 13 8月, 2014 1 次提交
    • A
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov 提交于
      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
  3. 15 7月, 2014 1 次提交
  4. 07 7月, 2014 1 次提交
  5. 02 7月, 2014 1 次提交
  6. 30 6月, 2014 1 次提交
  7. 26 9月, 2013 1 次提交
  8. 06 9月, 2013 1 次提交
    • V
      Merge branch 'master' into gpu-cuda-rename · 0c7663eb
      Vladislav Vinogradov 提交于
      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
  9. 05 9月, 2013 1 次提交
  10. 23 6月, 2013 1 次提交
  11. 23 3月, 2013 2 次提交
  12. 11 3月, 2013 1 次提交
  13. 25 2月, 2013 1 次提交
  14. 28 1月, 2013 1 次提交
  15. 03 12月, 2012 1 次提交
  16. 17 10月, 2012 2 次提交
  17. 04 10月, 2012 1 次提交
    • R
      Fixed issue 2404 · 5d9d4659
      Roy Reapor 提交于
      - imdecode_() only creates a temporary file when needed.
      - Use the string's empty() function to flag if the temporary file needs
      to be deleted.
      5d9d4659
  18. 01 10月, 2012 1 次提交
  19. 09 7月, 2012 1 次提交
  20. 15 6月, 2012 1 次提交
  21. 08 6月, 2012 1 次提交
  22. 17 3月, 2012 1 次提交
  23. 06 6月, 2011 1 次提交
  24. 17 4月, 2011 1 次提交
  25. 11 4月, 2011 1 次提交
  26. 17 7月, 2010 1 次提交
  27. 16 7月, 2010 1 次提交
  28. 04 7月, 2010 1 次提交
  29. 12 5月, 2010 1 次提交