1. 11 Dec, 2017 1 commit
  2. 23 Nov, 2017 1 commit
    • Muhammad Abdullah's avatar
      update digits_video.py · c180047b
      Muhammad Abdullah authored
      Following were the errors in the digits_video.py
           1 ) The code was not working because data type of x was float however in "cv2.rectangle" we require integer .
           2 ) After pressing the "esc" button the image windows did not destroy
      So I amended following things:
           1 ) ~converted data type of x to int.~ Used Python integer division (//)
           2 ) used cv2.destroyAllWindows() to close all windows after the press of "esc" by user.
      c180047b
  3. 24 Aug, 2017 1 commit
  4. 15 Dec, 2016 1 commit
  5. 12 Jul, 2016 1 commit
  6. 03 Mar, 2016 1 commit
  7. 18 Dec, 2015 1 commit
  8. 13 Dec, 2015 1 commit
  9. 15 Jan, 2015 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. 12 Jul, 2012 1 commit
  16. 02 Jul, 2012 2 commits
  17. 28 Jun, 2012 1 commit
  18. 27 Jun, 2012 6 commits