1. 26 Feb, 2018 1 commit
  2. 12 Feb, 2018 1 commit
  3. 03 Feb, 2018 1 commit
    • Alexander Alekhin's avatar
      ts: refactor OpenCV tests · 4a297a24
      Alexander Alekhin authored
      - removed tr1 usage (dropped in C++17)
      - moved includes of vector/map/iostream/limits into ts.hpp
      - require opencv_test + anonymous namespace (added compile check)
      - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
      - added missing license headers
      4a297a24
  4. 05 Dec, 2017 2 commits
  5. 12 Jul, 2017 1 commit
  6. 10 Jul, 2017 1 commit
  7. 23 May, 2017 1 commit
  8. 18 Apr, 2017 1 commit
  9. 07 Oct, 2016 1 commit
  10. 25 Dec, 2015 1 commit
  11. 22 Aug, 2015 1 commit
  12. 04 Mar, 2015 1 commit
  13. 12 Jan, 2015 1 commit
  14. 24 Oct, 2014 1 commit
  15. 23 Oct, 2014 1 commit
  16. 02 Sep, 2014 1 commit
  17. 27 Aug, 2014 1 commit
  18. 13 Aug, 2014 4 commits
  19. 12 Aug, 2014 1 commit
  20. 08 Aug, 2014 1 commit
  21. 05 Aug, 2014 2 commits
  22. 04 Aug, 2014 1 commit
  23. 02 Aug, 2014 1 commit
  24. 01 Aug, 2014 2 commits
  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. 24 Jul, 2014 2 commits
  27. 22 Jul, 2014 7 commits