1. 04 Jun, 2018 1 commit
  2. 11 Dec, 2017 1 commit
  3. 23 Nov, 2017 1 commit
  4. 18 Dec, 2015 2 commits
  5. 16 Dec, 2015 1 commit
  6. 15 Dec, 2015 1 commit
  7. 13 Sep, 2015 1 commit
  8. 15 Jan, 2015 1 commit
  9. 21 Aug, 2013 1 commit
  10. 11 Apr, 2013 1 commit
  11. 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
  12. 06 Mar, 2013 1 commit
  13. 23 Nov, 2012 1 commit
  14. 17 Oct, 2012 2 commits
  15. 15 Mar, 2012 1 commit
  16. 18 Jul, 2011 1 commit
  17. 16 Jul, 2011 1 commit
  18. 19 Jun, 2011 1 commit
    • Alexander Mordvintsev's avatar
      work on obj_detect.py · 32825893
      Alexander Mordvintsev authored
      added square_size cmd line param for calibrate.py
      added _coverage.py script to compute cv2 api coverage by samples (just for interest, may be removed later)
      32825893
  19. 17 Jun, 2011 1 commit
  20. 15 Jun, 2011 1 commit
  21. 14 Jun, 2011 2 commits
  22. 13 Jun, 2011 1 commit