1. 07 4月, 2017 1 次提交
    • T
      Merge pull request #8301 from tonyke1993:p3p_alg · 0a63ab36
      Tong Ke 提交于
      New p3p algorithm (accepted by CVPR 2017) (#8301)
      
      * add p3p source code
      
      * indent 4
      
      * update publication info
      
      * fix filename
      
      * interface done
      
      * plug in done, test needed
      
      * debugging
      
      * for test
      
      * a working version
      
      * clean p3p code
      
      * test
      
      * test
      
      * fix warning, blank line
      
      * apply patch from @catree
      
      * add reference info
      
      * namespace, indent 4
      
      * static solveQuartic
      
      * put small functions to anonymous namespace
      0a63ab36
  2. 05 4月, 2017 5 次提交
  3. 04 4月, 2017 1 次提交
  4. 02 4月, 2017 1 次提交
  5. 01 4月, 2017 5 次提交
  6. 31 3月, 2017 1 次提交
  7. 30 3月, 2017 1 次提交
  8. 28 3月, 2017 1 次提交
  9. 27 3月, 2017 3 次提交
  10. 25 3月, 2017 1 次提交
  11. 24 3月, 2017 4 次提交
  12. 23 3月, 2017 6 次提交
  13. 21 3月, 2017 3 次提交
  14. 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
  15. 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
  16. 15 3月, 2017 4 次提交