1. 28 7月, 2014 6 次提交
  2. 27 7月, 2014 9 次提交
  3. 26 7月, 2014 1 次提交
    • S
      Fix Python 2 bindings for findContours · d25770ee
      Sander Mathijs van Veen 提交于
      The sanity check prevents Python 2 from calling findContours, because the
      Python 2 bindings pass an empty matrix for `_contours`. If `_contours` is not
      empty, the channel and depth check should determine whether the matrix is of
      the correct type and size.
      
      Note: the Python 2 bindings passes a matrix of type `STD_VECTOR_MAT` to
      parameters of the type `OutputArrayOfArrays`.
      d25770ee
  4. 25 7月, 2014 6 次提交
  5. 24 7月, 2014 3 次提交
  6. 23 7月, 2014 4 次提交
  7. 22 7月, 2014 2 次提交
  8. 21 7月, 2014 3 次提交
  9. 20 7月, 2014 4 次提交
  10. 18 7月, 2014 2 次提交