1. 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
  2. 19 Aug, 2016 1 commit
  3. 04 Aug, 2016 1 commit
  4. 27 Jul, 2016 1 commit
  5. 20 Oct, 2015 1 commit
  6. 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
  7. 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
  8. 26 Sep, 2014 1 commit
  9. 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
  10. 05 Aug, 2014 1 commit
  11. 03 Jul, 2014 1 commit
  12. 23 Jun, 2014 1 commit
  13. 13 May, 2014 1 commit
  14. 29 Apr, 2014 1 commit
  15. 17 Apr, 2014 2 commits
  16. 14 Apr, 2014 1 commit
  17. 11 Apr, 2014 1 commit
  18. 09 Apr, 2014 3 commits
  19. 18 Feb, 2014 1 commit
  20. 27 Jan, 2014 1 commit
  21. 26 Dec, 2013 2 commits
  22. 25 Dec, 2013 2 commits
  23. 27 Aug, 2013 1 commit
  24. 07 Jun, 2013 3 commits
  25. 08 Apr, 2013 1 commit
  26. 12 Feb, 2013 2 commits
  27. 15 Jun, 2012 1 commit
  28. 09 Jun, 2012 1 commit
  29. 18 Jul, 2011 1 commit
  30. 06 Jun, 2011 1 commit
  31. 18 May, 2011 1 commit
  32. 17 Apr, 2011 1 commit