1. 04 Jul, 2018 1 commit
  2. 22 May, 2018 1 commit
  3. 24 Apr, 2018 1 commit
  4. 28 Dec, 2017 1 commit
  5. 21 Dec, 2017 1 commit
  6. 11 Dec, 2017 1 commit
  7. 16 Aug, 2017 1 commit
  8. 27 Jun, 2017 1 commit
  9. 07 Oct, 2016 1 commit
  10. 21 Apr, 2016 1 commit
    • Zhenqing, Hu's avatar
      Fix bug 6445 · 94a9e169
      Zhenqing, Hu authored
      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
  11. 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
  12. 07 Jul, 2014 1 commit
  13. 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
  14. 05 Sep, 2013 1 commit
  15. 22 Mar, 2013 2 commits
  16. 25 Feb, 2013 1 commit
  17. 19 Jan, 2013 1 commit
  18. 17 Oct, 2012 2 commits
  19. 21 Nov, 2010 1 commit
  20. 16 Jul, 2010 1 commit
  21. 11 May, 2010 1 commit