1. 21 Aug, 2014 2 commits
  2. 19 Aug, 2014 7 commits
  3. 30 Jul, 2014 1 commit
  4. 27 Jul, 2014 3 commits
  5. 14 May, 2014 1 commit
  6. 13 May, 2014 1 commit
  7. 12 May, 2014 1 commit
  8. 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
  9. 05 Sep, 2013 1 commit
  10. 14 Jun, 2013 1 commit
  11. 13 Jun, 2013 1 commit
  12. 12 Apr, 2013 2 commits
  13. 11 Apr, 2013 1 commit
  14. 09 Apr, 2013 1 commit
  15. 08 Apr, 2013 1 commit
  16. 21 Mar, 2013 1 commit
  17. 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
  18. 25 Feb, 2013 1 commit
  19. 21 Jan, 2013 1 commit
  20. 23 Nov, 2012 1 commit
  21. 17 Oct, 2012 2 commits
  22. 11 Sep, 2012 2 commits
  23. 07 Aug, 2012 1 commit
  24. 31 May, 2012 3 commits
  25. 10 Mar, 2012 1 commit
  26. 07 Mar, 2012 1 commit