1. 05 Dec, 2017 1 commit
  2. 26 Sep, 2017 1 commit
  3. 17 Sep, 2017 2 commits
  4. 16 Sep, 2017 1 commit
  5. 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
  6. 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
  7. 31 Jul, 2017 1 commit
  8. 26 Jul, 2017 1 commit
  9. 21 Jul, 2017 1 commit
  10. 12 Jul, 2017 1 commit
  11. 10 Jul, 2017 1 commit
  12. 02 Jul, 2017 3 commits
  13. 25 May, 2017 1 commit
  14. 23 May, 2017 2 commits
  15. 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
  16. 06 Apr, 2017 1 commit
  17. 16 Mar, 2017 1 commit
  18. 21 Feb, 2017 1 commit
  19. 26 Jan, 2017 1 commit
  20. 12 Jan, 2017 1 commit
  21. 09 Jan, 2017 1 commit
  22. 14 Dec, 2016 1 commit
  23. 29 Nov, 2016 2 commits
  24. 08 Nov, 2016 1 commit
    • Pavel Vlasov's avatar
      --perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple… · 349d5ba0
      Pavel Vlasov authored
      --perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple trees, 2 - expanded trees for functions with same name but different calling address);
      
      Maximum depth limit var was added to the instrumentation structure;
      
      Trace names output console output fix: improper tree formatting could happen;
      Output in case of error was added;
      
      Custom regions improvements;
      
      Improved timing and weight calculation for parallel regions; New TC (threads counter) value to indicate how many different threads accessed particular node;
      
      parallel_for, warnings fixes and ReturnAddress code from Alexander Alekhin;
      349d5ba0
  25. 05 Oct, 2016 1 commit
  26. 03 Sep, 2016 1 commit
  27. 19 Aug, 2016 2 commits
  28. 17 Aug, 2016 1 commit
  29. 03 Aug, 2016 1 commit
  30. 02 Aug, 2016 1 commit
  31. 14 Jul, 2016 1 commit
  32. 18 Apr, 2016 1 commit
  33. 17 Dec, 2015 1 commit
  34. 29 Sep, 2015 1 commit
    • Pavel Vlasov's avatar
      Enables support of IPP 9.0.0; · 62854dcc
      Pavel Vlasov authored
      HAVE_IPP_ICV_ONLY will be undefined if OpenCV was linked against ICV packet from IPP9 or greater. ICV9+ packets will be aligned with IPP in OpenCV APIs
      This will ease code management between IPP and ICV
      62854dcc