1. 28 Mar, 2014 1 commit
  2. 30 Jan, 2014 2 commits
  3. 07 Aug, 2013 1 commit
  4. 02 Aug, 2013 1 commit
  5. 31 Jul, 2013 1 commit
  6. 21 Jul, 2013 1 commit
  7. 19 Jul, 2013 1 commit
  8. 12 Apr, 2013 1 commit
  9. 04 Apr, 2013 1 commit
  10. 03 Apr, 2013 1 commit
  11. 21 Mar, 2013 2 commits
  12. 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
  13. 13 Mar, 2013 1 commit
  14. 27 Feb, 2013 1 commit
    • Georgios Evangelidis's avatar
      Add ECC algorithm · f40725bb
      Georgios Evangelidis authored
      Evangelidis, G.D. and Psarakis E.Z. "Parametric Image Alignment using Enhanced
      Correlation Coefficient Maximization", IEEE Transactions on PAMI, vol. 32, no.
      10, 2008
      f40725bb
  15. 19 Feb, 2013 1 commit
  16. 14 Feb, 2013 1 commit
  17. 13 Feb, 2013 1 commit
  18. 31 Jan, 2013 1 commit
  19. 14 Jan, 2013 1 commit
  20. 14 Nov, 2012 1 commit
  21. 25 Oct, 2012 1 commit
  22. 18 Oct, 2012 1 commit
  23. 17 Oct, 2012 2 commits
  24. 31 Aug, 2012 3 commits
  25. 28 Aug, 2012 1 commit
  26. 23 Aug, 2012 1 commit
  27. 30 May, 2012 2 commits
  28. 29 May, 2012 1 commit
  29. 28 May, 2012 1 commit
  30. 23 May, 2012 1 commit
  31. 30 Apr, 2012 1 commit
  32. 27 Apr, 2012 1 commit
  33. 13 Apr, 2012 2 commits