1. 20 3月, 2013 2 次提交
  2. 18 3月, 2013 1 次提交
  3. 16 3月, 2013 2 次提交
  4. 15 3月, 2013 2 次提交
    • A
      Unified handling of InputOutputArrays in Python wrapper generator · e75df563
      Andrey Kamaev 提交于
      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
    • A
      Extract common base header for C and C++ APIs · a1c456b7
      Andrey Kamaev 提交于
      a1c456b7
  5. 13 3月, 2013 2 次提交
  6. 05 3月, 2013 2 次提交
  7. 04 3月, 2013 1 次提交
  8. 03 3月, 2013 1 次提交
  9. 02 3月, 2013 1 次提交
  10. 01 3月, 2013 1 次提交
  11. 28 2月, 2013 1 次提交
  12. 25 2月, 2013 1 次提交
  13. 21 2月, 2013 3 次提交
  14. 20 2月, 2013 3 次提交
  15. 06 2月, 2013 1 次提交
  16. 31 1月, 2013 2 次提交
  17. 30 1月, 2013 5 次提交
  18. 29 1月, 2013 4 次提交
  19. 12 1月, 2013 1 次提交
  20. 11 1月, 2013 1 次提交
  21. 27 12月, 2012 1 次提交
  22. 24 12月, 2012 1 次提交
  23. 12 12月, 2012 1 次提交