1. 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
  2. 30 Sep, 2014 1 commit
  3. 29 Sep, 2014 1 commit
  4. 28 Sep, 2014 2 commits
  5. 22 Sep, 2014 1 commit
  6. 04 Sep, 2014 1 commit
  7. 03 Sep, 2014 1 commit
  8. 20 Aug, 2014 1 commit
  9. 14 Aug, 2014 2 commits
  10. 13 Aug, 2014 2 commits
    • vbystricky's avatar
      Enable OpenCL version of norm and convertScaleAbs or 32F data · 1fe403f4
      vbystricky authored
      Fix error in minmaxloc.cl
      Change test for convertScaleAbs
      Fix minMaxIdx for _src2 align
      Change epsilon on the tests
      1fe403f4
    • 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
  11. 11 Aug, 2014 1 commit
  12. 07 Aug, 2014 1 commit
  13. 05 Aug, 2014 2 commits
  14. 31 Jul, 2014 2 commits
  15. 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
  16. 28 Jul, 2014 5 commits
  17. 25 Jul, 2014 1 commit
  18. 03 Jul, 2014 1 commit
  19. 23 Jun, 2014 1 commit
  20. 19 Jun, 2014 1 commit
  21. 11 Jun, 2014 1 commit
  22. 09 Jun, 2014 1 commit
  23. 08 Jun, 2014 1 commit
  24. 07 Jun, 2014 2 commits
  25. 06 Jun, 2014 2 commits
  26. 28 May, 2014 4 commits