1. 01 4月, 2017 1 次提交
  2. 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
  3. 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
  4. 04 3月, 2017 1 次提交
  5. 28 2月, 2017 1 次提交
    • J
      fix medianBlur accessviolation · 5169c799
      Jejos 提交于
      medianBlur called with "empty" source and ksize >= 7 crashes application with accessviolation. With this extra assert this is avoided and the application may normally catch the thrown exception.
      5169c799
  6. 27 2月, 2017 1 次提交
  7. 24 2月, 2017 1 次提交
  8. 23 2月, 2017 1 次提交
  9. 21 2月, 2017 1 次提交
  10. 20 2月, 2017 1 次提交
  11. 14 2月, 2017 2 次提交
  12. 10 2月, 2017 1 次提交
  13. 26 1月, 2017 1 次提交
  14. 25 1月, 2017 2 次提交
  15. 20 1月, 2017 1 次提交
  16. 13 1月, 2017 1 次提交
  17. 11 1月, 2017 1 次提交
  18. 05 1月, 2017 1 次提交
  19. 04 1月, 2017 1 次提交
  20. 21 12月, 2016 1 次提交
    • V
      Merge pull request #7802 from terfendail:ovxhal_wrappers_migration · be7d060e
      Vitaly Tuzov 提交于
      * OpenVX HAL updated to use generic OpenVX wrappers
      
      * vxErr class from OpenVX HAL replaced with ivx::WrapperError
      
      * reduced usage of vxImage class from OpenVX HAL replaced with ivx::Image
      
      * vxImage class rewritten as ivx::Image subclass that calls swapHandle prior release
      
      * Fix OpenVX HAL build
      
      * Fix for review comments
      be7d060e
  21. 16 12月, 2016 8 次提交
  22. 14 12月, 2016 3 次提交
  23. 13 12月, 2016 2 次提交
  24. 09 12月, 2016 5 次提交