1. 16 Jul, 2013 1 commit
  2. 10 Jun, 2013 4 commits
  3. 07 Jun, 2013 1 commit
  4. 18 Apr, 2013 2 commits
  5. 17 Apr, 2013 1 commit
  6. 16 Apr, 2013 1 commit
  7. 10 Apr, 2013 1 commit
  8. 08 Apr, 2013 6 commits
  9. 03 Apr, 2013 1 commit
  10. 01 Apr, 2013 1 commit
  11. 28 Mar, 2013 1 commit
  12. 25 Mar, 2013 1 commit
  13. 22 Mar, 2013 4 commits
  14. 20 Mar, 2013 1 commit
  15. 18 Mar, 2013 4 commits
  16. 17 Mar, 2013 2 commits
  17. 15 Mar, 2013 2 commits
    • 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
    • Andrey Kamaev's avatar
      a1c456b7
  18. 14 Mar, 2013 6 commits