1. 17 Jun, 2013 1 commit
  2. 12 Jun, 2013 3 commits
  3. 11 Jun, 2013 5 commits
  4. 10 Jun, 2013 4 commits
  5. 07 Jun, 2013 4 commits
  6. 31 May, 2013 2 commits
  7. 30 May, 2013 1 commit
  8. 29 May, 2013 3 commits
  9. 24 May, 2013 1 commit
  10. 18 Mar, 2013 10 commits
  11. 17 Mar, 2013 3 commits
  12. 15 Mar, 2013 3 commits
    • Andrey Kamaev's avatar
    • 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
    • Alexander Bohn / FI$H2k's avatar
      Fix for encoding errors when building Java source · f3ee55e0
      Alexander Bohn / FI$H2k authored
      The generated OpenCV Java source can contain characters outside of ASCII on some systems – this patch allows the ant task to compile them.
      f3ee55e0