1. 07 Dec, 2015 1 commit
  2. 02 Dec, 2015 1 commit
  3. 17 Nov, 2015 1 commit
  4. 13 Oct, 2015 1 commit
  5. 22 Sep, 2015 2 commits
  6. 21 Sep, 2015 1 commit
  7. 18 Sep, 2015 1 commit
    • Pavel Rojtberg's avatar
      ts/ts_perf: fix wrong has() usage · 31da8335
      Pavel Rojtberg authored
      `has()` only tests for an argument presence which is always true for
      arguments with default values. Use `get<bool>()` to check the value
      instead.
      31da8335
  8. 15 Aug, 2015 1 commit
  9. 21 Jul, 2015 1 commit
  10. 30 Jun, 2015 1 commit
  11. 26 May, 2015 2 commits
  12. 27 Apr, 2015 1 commit
  13. 27 Feb, 2015 2 commits
  14. 26 Feb, 2015 1 commit
  15. 12 Jan, 2015 4 commits
  16. 04 Jan, 2015 1 commit
  17. 23 Dec, 2014 2 commits
  18. 05 Nov, 2014 1 commit
  19. 27 Oct, 2014 2 commits
  20. 23 Oct, 2014 1 commit
  21. 21 Oct, 2014 1 commit
  22. 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
  23. 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
  24. 31 Jul, 2014 1 commit
  25. 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
  26. 09 Jul, 2014 1 commit
  27. 09 Jun, 2014 1 commit
  28. 06 Jun, 2014 1 commit
  29. 17 Apr, 2014 1 commit
  30. 09 Apr, 2014 1 commit
  31. 08 Apr, 2014 1 commit
  32. 21 Mar, 2014 1 commit