1. 23 Aug, 2017 1 commit
    • Pavel Vlasov's avatar
      ICV2017u3 package update; · a57718e1
      Pavel Vlasov authored
      - Optimizations set change. Now IPP integrations will provide code for SSE42, AVX2 and AVX512 (SKX) CPUs only. For HW below SSE42 IPP code is disabled.
      - Performance regressions fixes for IPP code paths;
      - cv::boxFilter integration improvement;
      - cv::filter2D integration improvement;
      a57718e1
  2. 10 Jul, 2017 1 commit
  3. 04 Jul, 2017 1 commit
  4. 28 Jun, 2017 1 commit
  5. 27 Jun, 2017 1 commit
  6. 25 Apr, 2017 1 commit
    • Pavel Vlasov's avatar
      Update for IPP for OpenCV 2017u2 integration; · 11c2ffaf
      Pavel Vlasov authored
      Updated integrations for:
      cv::split
      cv::merge
      cv::insertChannel
      cv::extractChannel
      cv::Mat::convertTo - now with scaled conversions support
      cv::LUT - disabled due to performance issues
      Mat::copyTo
      Mat::setTo
      cv::flip
      cv::copyMakeBorder - currently disabled
      cv::polarToCart
      cv::pow - ipp pow function was removed due to performance issues
      cv::hal::magnitude32f/64f - disabled for <= SSE42, poor performance
      cv::countNonZero
      cv::minMaxIdx
      cv::norm
      cv::canny - new integration. Disabled for threaded;
      cv::cornerHarris
      cv::boxFilter
      cv::bilateralFilter
      cv::integral
      11c2ffaf
  7. 20 Apr, 2017 1 commit
  8. 16 Mar, 2017 1 commit
  9. 27 Feb, 2017 1 commit
  10. 21 Nov, 2016 1 commit
  11. 02 Sep, 2016 1 commit
  12. 19 Aug, 2016 2 commits
  13. 05 Aug, 2016 1 commit
  14. 18 Jul, 2016 1 commit
  15. 17 Jul, 2016 1 commit
  16. 03 Mar, 2016 5 commits
  17. 01 Dec, 2015 1 commit
  18. 20 Oct, 2015 1 commit
  19. 13 Oct, 2015 1 commit
  20. 12 Oct, 2015 1 commit
    • Pavel Vlasov's avatar
      Fixes for IPP integration: · 89eee6ca
      Pavel Vlasov authored
      dotProd_16s - disabled for IPP 9.0.0;
      filter2D - fixed kernel preparation;
      morphology - conditions fix and disabled FilterMin and FilterMax for IPP 9.0.0;
      GaussianBlur - disabled for CV_8UC1 due to buffer overflow;
      integral - disabled for IPP 9.0.0;
      
      IppAutoBuffer class was added;
      89eee6ca
  21. 25 Sep, 2015 1 commit
    • Pavel Vlasov's avatar
      IPP_VERSION_X100 was changed to: · 14b006e8
      Pavel Vlasov authored
      IPP_VERSION_MAJOR * 100 + IPP_VERSION_MINOR*10 + IPP_VERSION_UPDATE
      to manage changes between updates more easily.
      
      IPP_DISABLE_BLOCK was added to ease tracking of disabled IPP functions;
      14b006e8
  22. 18 Jun, 2015 1 commit
    • Dmitry Budnikov's avatar
      ipp_countNonZero build fix; · a5a21019
      Dmitry Budnikov authored
      Removed IPP port for tiny arithm.cpp functions
      
      Additional warnings fix on various platforms.
      
      Build without OPENCL and GCC warnings fixed
      
      Fixed warnings, trailing spaces and removed unused secure_cpy.
      
      IPP code refactored.
      
      IPP code path  implemented as separate static functions to simplify future work with IPP code and make it more readable.
      a5a21019
  23. 13 May, 2015 1 commit
  24. 27 Feb, 2015 1 commit
  25. 26 Feb, 2015 1 commit
  26. 12 Jan, 2015 1 commit
  27. 19 Dec, 2014 9 commits