1. 23 Aug, 2013 1 commit
  2. 21 Aug, 2013 2 commits
  3. 13 Aug, 2013 1 commit
  4. 29 Jul, 2013 1 commit
  5. 26 Jul, 2013 1 commit
  6. 16 Jul, 2013 1 commit
  7. 11 Jul, 2013 1 commit
  8. 28 Jun, 2013 1 commit
  9. 14 Jun, 2013 3 commits
  10. 13 Jun, 2013 1 commit
  11. 13 May, 2013 1 commit
  12. 04 May, 2013 1 commit
  13. 20 Apr, 2013 1 commit
  14. 12 Apr, 2013 4 commits
  15. 11 Apr, 2013 2 commits
  16. 09 Apr, 2013 1 commit
  17. 08 Apr, 2013 2 commits
  18. 05 Apr, 2013 1 commit
  19. 02 Apr, 2013 1 commit
  20. 01 Apr, 2013 4 commits
  21. 25 Mar, 2013 1 commit
  22. 24 Mar, 2013 1 commit
  23. 22 Mar, 2013 2 commits
  24. 21 Mar, 2013 2 commits
  25. 20 Mar, 2013 2 commits
  26. 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