1. 29 Mar, 2018 1 commit
  2. 28 Mar, 2018 1 commit
  3. 22 Mar, 2018 1 commit
  4. 16 Mar, 2018 1 commit
  5. 13 Mar, 2018 1 commit
  6. 20 Feb, 2018 1 commit
  7. 15 Feb, 2018 2 commits
  8. 12 Feb, 2018 1 commit
  9. 11 Feb, 2018 1 commit
  10. 07 Feb, 2018 1 commit
  11. 05 Feb, 2018 1 commit
  12. 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
  13. 26 Jan, 2018 2 commits
  14. 19 Jan, 2018 1 commit
  15. 18 Jan, 2018 1 commit
  16. 17 Jan, 2018 2 commits
  17. 16 Jan, 2018 2 commits
  18. 09 Jan, 2018 1 commit
  19. 19 Dec, 2017 1 commit
  20. 18 Dec, 2017 1 commit
  21. 17 Dec, 2017 1 commit
  22. 13 Dec, 2017 1 commit
  23. 11 Dec, 2017 1 commit
  24. 30 Nov, 2017 2 commits
  25. 28 Nov, 2017 2 commits
    • catree's avatar
      Allow to use 3 points in SolvePnP if SOLVEPNP_ITERATIVE and… · 2e56a47f
      catree authored
      Allow to use 3 points in SolvePnP if SOLVEPNP_ITERATIVE and useExtrinsicGuess==true. Add bibtex citations for P3P. Update SolvPnP tests.
      2e56a47f
    • Alexander Alekhin's avatar
      ocl: avoid unnecessary loading/initializing OpenCL subsystem · 0ed3209b
      Alexander Alekhin authored
      If there are no OpenCL/UMat methods calls from application.
      
      OpenCL subsystem is initialized:
      - haveOpenCL() is called from application
      - useOpenCL() is called from application
      - access to OpenCL allocator: UMat is created (empty UMat is ignored) or UMat <-> Mat conversions are called
      
      Don't call OpenCL functions if OPENCV_OPENCL_RUNTIME=disabled
      (independent from OpenCL linkage type)
      0ed3209b
  26. 08 Nov, 2017 1 commit
  27. 31 Oct, 2017 1 commit
  28. 13 Oct, 2017 2 commits
  29. 09 Oct, 2017 1 commit
  30. 02 Oct, 2017 1 commit
  31. 01 Oct, 2017 1 commit
  32. 15 Sep, 2017 1 commit
  33. 14 Sep, 2017 1 commit