1. 09 Dec, 2017 1 commit
  2. 24 Nov, 2017 1 commit
  3. 04 Nov, 2017 1 commit
    • Cartucho's avatar
      Merge pull request #9736 from Cartucho/const_and_class_to_json · 7267e94b
      Cartucho authored
      * Adding constants to json file
      
      * adding sub-module to constants name
      
      * adding namespace to functions
      
      * adding namespace to classes
      
      * remove namespace from methods
      
      * static methods
      
      * python signatures generation
      
      * python: more fixes for signatures generation
      
      Python names existence can be checked via command:
      
          python -c "import cv2 as cv; print(repr(<py_name>))"
      7267e94b
  4. 06 Sep, 2017 1 commit
  5. 05 Sep, 2017 1 commit
  6. 06 Jul, 2017 1 commit
  7. 30 Jun, 2017 1 commit
  8. 14 Jun, 2017 1 commit
  9. 16 Aug, 2016 1 commit
  10. 07 Jul, 2016 1 commit
  11. 03 May, 2016 1 commit
  12. 09 Feb, 2016 1 commit
    • Nikolay Polyarniy's avatar
      T-API python support implemented: · 46e08d34
      Nikolay Polyarniy authored
       - cv2.UMat implemented - python thin wrapper for UMat
       - no implicit copy from GPU to Host done, resulting UMat can be passed to next function without overhead
       - cv2.UMat.get() - to fetch data to Host
       - new tests covers: ORB, BFMatcher, goodFeaturesToTrack, calcOpticalFlowPyrLK
      46e08d34
  13. 05 Jun, 2015 1 commit
  14. 06 May, 2015 1 commit
  15. 26 Mar, 2015 1 commit
  16. 02 Jan, 2015 1 commit
    • Mike Izbicki's avatar
      fix to work with python 2.6 · ac47c0c6
      Mike Izbicki authored
      I had to make this modification locally to get opencv to build with python 2.6.  Python 2.6 requires indices in the format string (the `0` I added).  This requirement was relaxed in 2.7, so what used to be there would be working for people who could upgrade. I don't think the change has any negative consequences for future python versions, but I'm no expert.
      ac47c0c6
  17. 21 Aug, 2014 2 commits
  18. 19 Aug, 2014 7 commits
  19. 30 Jul, 2014 1 commit
  20. 27 Jul, 2014 3 commits
  21. 14 May, 2014 1 commit
  22. 13 May, 2014 1 commit
  23. 12 May, 2014 1 commit
  24. 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
  25. 05 Sep, 2013 1 commit
  26. 14 Jun, 2013 1 commit
  27. 13 Jun, 2013 1 commit
  28. 12 Apr, 2013 2 commits
  29. 11 Apr, 2013 1 commit
  30. 09 Apr, 2013 1 commit