1. 05 Jun, 2015 1 commit
  2. 06 May, 2015 1 commit
  3. 26 Mar, 2015 1 commit
  4. 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
  5. 21 Aug, 2014 2 commits
  6. 19 Aug, 2014 7 commits
  7. 30 Jul, 2014 1 commit
  8. 27 Jul, 2014 3 commits
  9. 14 May, 2014 1 commit
  10. 13 May, 2014 1 commit
  11. 12 May, 2014 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. 14 Jun, 2013 1 commit
  15. 13 Jun, 2013 1 commit
  16. 12 Apr, 2013 2 commits
  17. 11 Apr, 2013 1 commit
  18. 09 Apr, 2013 1 commit
  19. 08 Apr, 2013 1 commit
  20. 21 Mar, 2013 1 commit
  21. 15 Mar, 2013 1 commit
    • Andrey Kamaev's avatar
      Unified handling of InputOutputArrays in Python wrapper generator · e75df563
      Andrey Kamaev authored
      This makes arguments of type InputOutputArray required in python unless they
      have a default value in C++.
      
      As result following python functions changes signatures in non-trivial way:
      
      * calcOpticalFlowFarneback
      * calcOpticalFlowPyrLK
      * calibrateCamera
      * findContours
      * findTransformECC
      * floodFill
      * kmeans
      * PCACompute
      * stereoCalibrate
      
      And the following functions become return their modified inputs as a return
      value:
      
      * accumulate
      * accumulateProduct
      * accumulateSquare
      * accumulateWeighted
      * circle
      * completeSymm
      * cornerSubPix
      * drawChessboardCorners
      * drawContours
      * drawDataMatrixCodes
      * ellipse
      * fillConvexPoly
      * fillPoly
      * filterSpeckles
      * grabCut
      * insertChannel
      * line
      * patchNaNs
      * polylines
      * randn
      * randShuffle
      * randu
      * rectangle
      * setIdentity
      * updateMotionHistory
      * validateDisparity
      * watershed
      e75df563
  22. 25 Feb, 2013 1 commit
  23. 21 Jan, 2013 1 commit
  24. 23 Nov, 2012 1 commit
  25. 17 Oct, 2012 2 commits
  26. 11 Sep, 2012 2 commits
  27. 07 Aug, 2012 1 commit
  28. 31 May, 2012 1 commit