1. 18 May, 2018 1 commit
    • Pavel Vlasov's avatar
      Hotfix packages with several fixes in IW code including: · eaf70c7b
      Pavel Vlasov authored
          __STDCALL macro change to support IPP 2018u3+ external packages
          Memory leak fix in Gaussian filter
          Improved checkers for OpenMP supported features
          Improved declarations for atomic operations.
      
      ICV binary and package version are the same.
      eaf70c7b
  2. 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
  3. 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
  4. 20 Apr, 2017 1 commit
  5. 30 Mar, 2017 1 commit
    • Alexander Alekhin's avatar
      cmake: update ocv_download · a7de4aca
      Alexander Alekhin authored
      - more aggressive cache for files under CMAKE_BINARY_CACHE
        * don't re-read files MD5
        * don't repack archives
      - add support for ENV{OPENCV_DOWNLOAD_PATH}
      - added ID parameter as project/group identifier
      - non-flat .cache directory (based on ID)
      - download message prefix based on ID
      - more detailed logging via ocv_download_log() macro
      - force .gitignore file for .cache folder (with '*' pattern)
      a7de4aca
  6. 24 Mar, 2017 1 commit