1. 24 3月, 2017 3 次提交
  2. 23 3月, 2017 8 次提交
  3. 22 3月, 2017 7 次提交
  4. 21 3月, 2017 8 次提交
  5. 20 3月, 2017 2 次提交
    • 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
    • B
      imgproc: move ShapeMatchModes enum from c to c++ header · 11f3c074
      berak 提交于
      11f3c074
  6. 19 3月, 2017 1 次提交
    • B
      remove unnessecary print statement · 0b31eca9
      berak 提交于
      #resolves: 7881
      
      remove printf statement and associated variables from invMapPointSpherical() in undistort.cpp
      0b31eca9
  7. 16 3月, 2017 1 次提交
  8. 15 3月, 2017 6 次提交
  9. 14 3月, 2017 4 次提交