1. 04 Jul, 2018 1 commit
  2. 28 Nov, 2017 1 commit
    • Alexander Alekhin's avatar
      ocl: avoid unnecessary loading/initializing OpenCL subsystem · 0ed3209b
      Alexander Alekhin authored
      If there are no OpenCL/UMat methods calls from application.
      
      OpenCL subsystem is initialized:
      - haveOpenCL() is called from application
      - useOpenCL() is called from application
      - access to OpenCL allocator: UMat is created (empty UMat is ignored) or UMat <-> Mat conversions are called
      
      Don't call OpenCL functions if OPENCV_OPENCL_RUNTIME=disabled
      (independent from OpenCL linkage type)
      0ed3209b
  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. 29 Sep, 2016 1 commit
  5. 19 Aug, 2016 2 commits
  6. 12 Oct, 2015 1 commit
    • Pavel Vlasov's avatar
      Fixes for IPP integration: · 89eee6ca
      Pavel Vlasov authored
      dotProd_16s - disabled for IPP 9.0.0;
      filter2D - fixed kernel preparation;
      morphology - conditions fix and disabled FilterMin and FilterMax for IPP 9.0.0;
      GaussianBlur - disabled for CV_8UC1 due to buffer overflow;
      integral - disabled for IPP 9.0.0;
      
      IppAutoBuffer class was added;
      89eee6ca
  7. 01 Oct, 2015 1 commit
  8. 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
  9. 28 May, 2015 1 commit
  10. 12 Jan, 2015 1 commit
  11. 29 Dec, 2014 1 commit
  12. 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
  13. 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
  14. 05 Aug, 2014 1 commit
  15. 24 Jun, 2014 1 commit
    • vbystricky's avatar
      Change kernel for optimization. Remove restriction to align data · 09bcc061
      vbystricky authored
      Fix kernel compilation errors on AMD system
      
      Fix licanse information in cl file
      
      Support CV_64F destination type
      
      Change build options of the kernel
      
      Optimize sum of square
      
      Remove separate kernel for integral square
      
      Increase epsilon for perfomance tests
      
      Increase epsilon for perfomance tests
      
      Test double support on AMD devices
      
      Fix some issues
      
      Try to fix problems with AMD device
      
      Try to solve problem with AMD device
      
      Fix error of destination size in kernel
      
      Fix warnings
      09bcc061
  16. 16 Jun, 2014 2 commits
  17. 12 May, 2014 1 commit
  18. 30 Apr, 2014 1 commit
  19. 17 Apr, 2014 1 commit
  20. 07 Apr, 2014 5 commits
  21. 27 Jan, 2014 1 commit
  22. 20 Dec, 2013 1 commit
  23. 06 Dec, 2013 2 commits
  24. 05 Dec, 2013 1 commit
  25. 05 Oct, 2013 1 commit
  26. 21 Aug, 2013 1 commit
  27. 10 Jul, 2013 1 commit
  28. 15 Jun, 2012 1 commit
  29. 07 Jun, 2012 1 commit
  30. 27 Dec, 2011 1 commit
  31. 31 Oct, 2011 1 commit
  32. 08 Jun, 2011 1 commit
  33. 06 Jun, 2011 1 commit