1. 02 Sep, 2018 1 commit
  2. 26 Jul, 2018 1 commit
  3. 17 Jul, 2018 1 commit
  4. 04 Jul, 2018 1 commit
  5. 12 Jun, 2018 1 commit
  6. 31 May, 2018 1 commit
  7. 23 Apr, 2018 1 commit
  8. 04 Apr, 2018 1 commit
  9. 26 Dec, 2017 1 commit
  10. 12 Dec, 2017 1 commit
  11. 08 Sep, 2017 1 commit
  12. 04 Sep, 2017 1 commit
    • Christof Kaufmann's avatar
      Add multi-channel mask support to mean, meanStdDev and setTo · 46a668c5
      Christof Kaufmann authored
      This adds the possibility to use multi-channel masks for the functions
      cv::mean, cv::meanStdDev and the method Mat::setTo. The tests have now a
      probability to use multi-channel masks for operations that support them.
      This also includes Mat::copyTo, which supported multi-channel masks
      before, but there was no test confirming this.
      46a668c5
  13. 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
  14. 28 Jun, 2017 1 commit
  15. 27 Jun, 2017 1 commit
  16. 26 Jun, 2017 2 commits
  17. 23 May, 2017 1 commit
  18. 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
  19. 20 Apr, 2017 1 commit
  20. 11 Nov, 2016 1 commit
  21. 02 Nov, 2016 1 commit
  22. 22 Oct, 2016 1 commit
  23. 05 Oct, 2016 1 commit
  24. 19 Aug, 2016 2 commits
  25. 19 Jul, 2016 1 commit
  26. 02 Nov, 2015 1 commit
  27. 20 Oct, 2015 1 commit
  28. 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
  29. 02 Jul, 2015 1 commit
  30. 25 Jun, 2015 1 commit
  31. 24 Jun, 2015 2 commits
  32. 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
  33. 20 Feb, 2015 1 commit
  34. 12 Jan, 2015 1 commit
  35. 04 Dec, 2014 1 commit
    • Chuanbo Weng's avatar
      Remove unnecessary kercn limitation of 4. · 2d8c89c4
      Chuanbo Weng authored
      When accessing global memory by DWORD4, memory bandwidth
      can be fully utilized on Intel platform. This patch will
      make more image format(e.g. 8UC4) be processed in DWORD4
      by work-item. After applying this patch, 3 subcase of
      ./opencv_perf_core --gtest_filter=OCL_RepeatFixture_Repeat.Repeat/*
      can be speedup on HD4000 graphics card with Beignet:
      OCL_RepeatFixture_Repeat.Repeat/2, 64% improvement.
      OCL_RepeatFixture_Repeat.Repeat/6, 50% improvement.
      OCL_RepeatFixture_Repeat.Repeat/8, 56% improvement.
      Signed-off-by: 's avatarChuanbo Weng <chuanbo.weng@intel.com>
      2d8c89c4
  36. 15 Oct, 2014 1 commit
    • Pavel Vlasov's avatar
      Implementation detector and selector for IPP and OpenCL; · 45958eaa
      Pavel Vlasov authored
      IPP can be switched on and off on runtime;
      
      Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS;
      
      TS modifications for implementations control;
      45958eaa
  37. 03 Oct, 2014 1 commit