1. 28 3月, 2017 3 次提交
  2. 25 3月, 2017 3 次提交
  3. 24 3月, 2017 9 次提交
  4. 23 3月, 2017 9 次提交
  5. 22 3月, 2017 7 次提交
  6. 21 3月, 2017 8 次提交
  7. 20 3月, 2017 1 次提交
    • V
      Fix multichannel warping with BORDER_CONSTANT · 3fbe1f8d
      vartenkov 提交于
      Warping a matrix with more than 4 channels using BORDER_CONSTANT and
      INTER_NEAREST, INTER_CUBIC or INTER_LANCZOS4 interpolation led to
      undefined behaviour. This commit changes the behavior of these methods
      to be similar to that of INTER_LINEAR. Changed the scope of some of the
      variables to more local. Modified some tests to be able to detect the
      error described.
      3fbe1f8d