1. 28 Jun, 2017 1 commit
  2. 23 May, 2017 2 commits
  3. 14 Feb, 2017 1 commit
    • Alexander Alekhin's avatar
      ocl: validate arguments in KernelArgs constructor · 4c7aa864
      Alexander Alekhin authored
      - don't use undefined flag=0. It should be CONSTANT instead.
      - don't allow 'UMat* m=NULL' argument (except LOCAL/CONSTANT flags).
        This case is not handled well to provide NULL __global pointers.
        It is better to use '-D' macro defines instead (at least for performance)
      4c7aa864
  4. 15 Dec, 2016 1 commit
  5. 19 Aug, 2016 1 commit
  6. 20 Jul, 2016 1 commit
  7. 07 Apr, 2016 1 commit
  8. 17 Dec, 2015 1 commit
  9. 03 Dec, 2015 1 commit
    • Maksim Shabunin's avatar
      HAL: improvements · b4bcdd10
      Maksim Shabunin authored
      - added new functions from core module: split, merge, add, sub, mul, div, ...
      - added function replacement mechanism
      - added example of HAL replacement library
      b4bcdd10
  10. 20 Oct, 2015 1 commit
  11. 21 Sep, 2015 1 commit
  12. 01 May, 2015 1 commit
  13. 27 Feb, 2015 1 commit
  14. 26 Feb, 2015 1 commit
  15. 24 Feb, 2015 1 commit
  16. 12 Jan, 2015 7 commits
  17. 31 Dec, 2014 2 commits
  18. 29 Dec, 2014 1 commit
  19. 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
  20. 09 Oct, 2014 1 commit
  21. 30 Sep, 2014 1 commit
  22. 28 Sep, 2014 2 commits
  23. 13 Aug, 2014 2 commits
  24. 09 Aug, 2014 1 commit
  25. 05 Aug, 2014 1 commit
  26. 04 Aug, 2014 1 commit
  27. 30 Jul, 2014 1 commit
    • Vadim Pisarevsky's avatar
      1. disabled OpenCL acceleration for cv::multiply() (CV_32F), cv::divide… · 5267ed46
      Vadim Pisarevsky authored
      1. disabled OpenCL acceleration for cv::multiply() (CV_32F), cv::divide (CV_32F), cv::convertScaleAbs (CV_32F) and cv::reduce (SUM, CV_32F), cv::reduce (MIN & MAX), cv::flip (3-channel case).
      2. changed the number of test loops from 1 to 30 (except for cv::pow() test, which fails for yet unknown reason)
      3. disabled IPP acceleration for 3-channel norms.
      4. modified relativeNorm test function to handle very small values
      5267ed46
  28. 24 Jul, 2014 1 commit
  29. 04 Jul, 2014 1 commit
  30. 23 Jun, 2014 1 commit