1. 13 Sep, 2018 1 commit
  2. 04 Jul, 2018 1 commit
  3. 29 Jun, 2017 1 commit
  4. 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
  5. 26 Jan, 2017 1 commit
  6. 25 Jan, 2017 1 commit
  7. 20 Jan, 2017 1 commit
  8. 19 Aug, 2016 1 commit
  9. 20 Oct, 2015 1 commit
  10. 25 Sep, 2015 2 commits
  11. 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
  12. 27 Feb, 2015 1 commit
  13. 26 Feb, 2015 1 commit
  14. 30 Jan, 2015 1 commit
  15. 12 Jan, 2015 2 commits
  16. 01 Nov, 2014 1 commit
  17. 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
  18. 10 Oct, 2014 1 commit
  19. 29 Sep, 2014 1 commit
  20. 26 Sep, 2014 2 commits
  21. 13 Aug, 2014 1 commit
    • Adil Ibragimov's avatar
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov authored
      1. someMatrix.data -> someMatrix.prt()
      2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
      3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
      4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
      8a4a1bb0
  22. 05 Aug, 2014 1 commit
  23. 29 Jun, 2014 1 commit
  24. 13 May, 2014 1 commit
  25. 12 May, 2014 1 commit
  26. 08 May, 2014 1 commit
  27. 07 May, 2014 1 commit
  28. 05 May, 2014 1 commit
  29. 29 Apr, 2014 1 commit
  30. 24 Apr, 2014 1 commit
  31. 22 Apr, 2014 1 commit
  32. 21 Apr, 2014 3 commits
  33. 16 Apr, 2014 1 commit
  34. 14 Apr, 2014 1 commit
  35. 10 Apr, 2014 1 commit