1. 17 Dec, 2015 1 commit
  2. 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
  3. 20 Oct, 2015 1 commit
  4. 21 Sep, 2015 1 commit
  5. 01 May, 2015 1 commit
  6. 27 Feb, 2015 1 commit
  7. 26 Feb, 2015 1 commit
  8. 24 Feb, 2015 1 commit
  9. 12 Jan, 2015 7 commits
  10. 31 Dec, 2014 2 commits
  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. 09 Oct, 2014 1 commit
  14. 30 Sep, 2014 1 commit
  15. 28 Sep, 2014 2 commits
  16. 13 Aug, 2014 2 commits
  17. 09 Aug, 2014 1 commit
  18. 05 Aug, 2014 1 commit
  19. 04 Aug, 2014 1 commit
  20. 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
  21. 24 Jul, 2014 1 commit
  22. 04 Jul, 2014 1 commit
  23. 23 Jun, 2014 2 commits
  24. 19 Jun, 2014 1 commit
  25. 17 Jun, 2014 1 commit
    • Hans Johnson's avatar
      COMP: Fix problem with narrowing in c++11 · 4c7ed03b
      Hans Johnson authored
      modules/core/src/arithm.cpp:345:51:
      error: constant expression evaluates to 4294967295 which cannot be narrowed to type 'int' [-Wc++11-narrowing]
      static int CV_DECL_ALIGNED(16) v64f_absmask[] = { 0xffffffff, 0x7fffffff, 0xffffffff, 0x7fffffff };
                                                        ^~~~~~~~~~
      
      Converted to unsigned int.  This variable is only used to initialize a bit pattern anywhy for a 128bit type.
      4c7ed03b
  26. 26 May, 2014 2 commits
  27. 08 May, 2014 2 commits
  28. 07 May, 2014 1 commit