1. 19 8月, 2016 1 次提交
  2. 13 10月, 2015 1 次提交
  3. 23 5月, 2015 1 次提交
  4. 11 1月, 2015 1 次提交
  5. 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
  6. 26 7月, 2014 1 次提交
    • S
      Fix Python 2 bindings for findContours · d25770ee
      Sander Mathijs van Veen 提交于
      The sanity check prevents Python 2 from calling findContours, because the
      Python 2 bindings pass an empty matrix for `_contours`. If `_contours` is not
      empty, the channel and depth check should determine whether the matrix is of
      the correct type and size.
      
      Note: the Python 2 bindings passes a matrix of type `STD_VECTOR_MAT` to
      parameters of the type `OutputArrayOfArrays`.
      d25770ee
  7. 26 6月, 2014 1 次提交
  8. 20 5月, 2014 1 次提交
  9. 28 4月, 2014 1 次提交
  10. 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
  11. 05 9月, 2013 1 次提交
  12. 01 4月, 2013 1 次提交
  13. 22 1月, 2013 1 次提交
  14. 21 1月, 2013 1 次提交
  15. 19 1月, 2013 1 次提交
  16. 17 1月, 2013 1 次提交
  17. 17 10月, 2012 1 次提交
  18. 15 10月, 2012 1 次提交
  19. 30 5月, 2012 1 次提交
  20. 29 5月, 2012 1 次提交
  21. 30 4月, 2012 1 次提交
  22. 19 4月, 2012 1 次提交
  23. 31 3月, 2012 1 次提交
  24. 30 3月, 2012 1 次提交
  25. 29 3月, 2012 1 次提交
  26. 25 3月, 2012 1 次提交
  27. 12 6月, 2011 1 次提交
  28. 08 6月, 2011 1 次提交
  29. 06 6月, 2011 1 次提交
  30. 17 5月, 2011 1 次提交
  31. 17 4月, 2011 1 次提交
  32. 30 11月, 2010 1 次提交
  33. 28 11月, 2010 1 次提交
  34. 28 10月, 2010 1 次提交
  35. 12 5月, 2010 1 次提交