1. 11 4月, 2017 1 次提交
  2. 07 4月, 2017 2 次提交
  3. 06 4月, 2017 1 次提交
  4. 05 4月, 2017 5 次提交
  5. 04 4月, 2017 1 次提交
  6. 02 4月, 2017 1 次提交
  7. 01 4月, 2017 5 次提交
  8. 31 3月, 2017 1 次提交
  9. 30 3月, 2017 1 次提交
  10. 28 3月, 2017 2 次提交
    • A
      Clear old CameraParameters in AffineBasedEstimator · b2524f45
      Alexander Broemmer 提交于
      AffineBasedEstimator crashed when called with an existing CameraParameters.
      This happens e.g. when using Stitcher in SCANS mode.
      CameraraParameters is now cleared before any calculation is executed.
      b2524f45
    • M
      Update circlesgrid.cpp · de52887c
      Matthias Grundmann 提交于
      Use identity matrix if homography finding failed. Current behavior zeros out all points.
      
      Update circlesgrid.cpp
      
      Addressed comments
      
      Update circlesgrid.cpp
      
      removed whitespace
      de52887c
  11. 27 3月, 2017 3 次提交
  12. 25 3月, 2017 1 次提交
  13. 24 3月, 2017 4 次提交
  14. 23 3月, 2017 6 次提交
  15. 21 3月, 2017 3 次提交
  16. 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
  17. 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