1. 03 Feb, 2014 1 commit
  2. 21 Jan, 2014 1 commit
  3. 26 Dec, 2013 1 commit
  4. 30 Nov, 2013 1 commit
  5. 08 Nov, 2013 1 commit
    • Michael Pratt's avatar
      Support PyString_AsString() in Python 3 < 3.3 · 8aafd569
      Michael Pratt authored
      In Python 3, version 3.3+, PyUnicode_AsUTF8() provides similar
      functionality to Python 2's PyString_AsString().
      
      In older versions of Python 3, there is no public function to provide
      the same functionality.  However, the "internal" _PyUnicode_AsString()
      does provide that functionality, so use it to replace
      PyString_AsString().
      
      With this patch, cv2 should compile for Python 3.[0-2].
      8aafd569
  6. 24 Oct, 2013 2 commits
  7. 22 Oct, 2013 1 commit
  8. 09 Oct, 2013 1 commit
  9. 30 Sep, 2013 2 commits
  10. 26 Sep, 2013 1 commit
  11. 09 Sep, 2013 1 commit
  12. 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
  13. 05 Sep, 2013 1 commit
  14. 03 Sep, 2013 1 commit
  15. 23 Aug, 2013 1 commit
  16. 21 Aug, 2013 2 commits
  17. 13 Aug, 2013 1 commit
  18. 06 Aug, 2013 1 commit
  19. 02 Aug, 2013 1 commit
  20. 29 Jul, 2013 1 commit
  21. 26 Jul, 2013 1 commit
  22. 16 Jul, 2013 1 commit
  23. 11 Jul, 2013 1 commit
  24. 28 Jun, 2013 1 commit
  25. 14 Jun, 2013 3 commits
  26. 13 Jun, 2013 1 commit
  27. 13 May, 2013 1 commit
  28. 04 May, 2013 1 commit
  29. 20 Apr, 2013 1 commit
  30. 12 Apr, 2013 4 commits
  31. 11 Apr, 2013 2 commits