1. 24 6月, 2023 1 次提交
    • A
      Reworked calibrate.py · 85ea247c
      Alexander Smorkalov 提交于
      - Fixed width and height swap in board size
      - Fixed defaults in command line hint
      - Fixed board visualization for Charuco case
      - Used matchImagePoints method to handle partially detected Charuco boards
      85ea247c
  2. 17 5月, 2023 1 次提交
  3. 09 1月, 2023 1 次提交
    • C
      Merge pull request #23108 from crackwitz:issue-23107 · a64b51dd
      Christoph Rackwitz 提交于
      Usage of imread(): magic number 0, unchecked result
      
      * docs: rewrite 0/1 to IMREAD_GRAYSCALE/IMREAD_COLOR in imread()
      
      * samples, apps: rewrite 0/1 to IMREAD_GRAYSCALE/IMREAD_COLOR in imread()
      
      * tests: rewrite 0/1 to IMREAD_GRAYSCALE/IMREAD_COLOR in imread()
      
      * doc/py_tutorials: check imread() result
      a64b51dd
  4. 16 10月, 2019 1 次提交
  5. 20 3月, 2019 1 次提交
  6. 17 11月, 2018 1 次提交
  7. 04 6月, 2018 1 次提交
  8. 11 12月, 2017 1 次提交
  9. 24 11月, 2017 1 次提交
  10. 18 12月, 2015 2 次提交
  11. 17 12月, 2015 1 次提交
  12. 15 12月, 2015 1 次提交
  13. 14 9月, 2015 1 次提交
  14. 15 1月, 2015 1 次提交
  15. 21 8月, 2013 1 次提交
  16. 11 4月, 2013 1 次提交
  17. 15 3月, 2013 1 次提交
    • 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
  18. 06 3月, 2013 1 次提交
  19. 24 11月, 2012 1 次提交
  20. 17 10月, 2012 2 次提交
  21. 15 3月, 2012 1 次提交
  22. 18 7月, 2011 1 次提交
  23. 16 7月, 2011 1 次提交
  24. 19 6月, 2011 1 次提交
    • A
      work on obj_detect.py · 32825893
      Alexander Mordvintsev 提交于
      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
  25. 18 6月, 2011 1 次提交
  26. 15 6月, 2011 1 次提交
  27. 14 6月, 2011 3 次提交