1. 22 5月, 2018 1 次提交
  2. 24 4月, 2018 1 次提交
  3. 28 12月, 2017 1 次提交
  4. 21 12月, 2017 1 次提交
  5. 11 12月, 2017 1 次提交
  6. 16 8月, 2017 1 次提交
  7. 27 6月, 2017 1 次提交
  8. 08 10月, 2016 1 次提交
  9. 21 4月, 2016 1 次提交
    • Z
      Fix bug 6445 · 94a9e169
      Zhenqing, Hu 提交于
      Root cause: when calling imread to read the pgm file, when returning with success reading file, the destructor will free the resource which used by memcpy, but in the code, the resource calculation was not correct, therefore, it will cause memory corruption during resource free.
      94a9e169
  10. 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
  11. 07 7月, 2014 1 次提交
  12. 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
  13. 05 9月, 2013 1 次提交
  14. 23 3月, 2013 2 次提交
  15. 25 2月, 2013 1 次提交
  16. 20 1月, 2013 1 次提交
  17. 17 10月, 2012 2 次提交
  18. 22 11月, 2010 1 次提交
  19. 16 7月, 2010 1 次提交
  20. 12 5月, 2010 1 次提交