1. 15 Feb, 2018 2 commits
  2. 12 Feb, 2018 1 commit
  3. 11 Feb, 2018 1 commit
  4. 07 Feb, 2018 1 commit
  5. 05 Feb, 2018 1 commit
  6. 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
  7. 26 Jan, 2018 2 commits
  8. 19 Jan, 2018 1 commit
  9. 18 Jan, 2018 1 commit
  10. 17 Jan, 2018 2 commits
  11. 16 Jan, 2018 2 commits
  12. 09 Jan, 2018 1 commit
  13. 19 Dec, 2017 1 commit
  14. 18 Dec, 2017 1 commit
  15. 17 Dec, 2017 1 commit
  16. 13 Dec, 2017 1 commit
  17. 11 Dec, 2017 1 commit
  18. 30 Nov, 2017 2 commits
  19. 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
  20. 08 Nov, 2017 1 commit
  21. 31 Oct, 2017 1 commit
  22. 13 Oct, 2017 2 commits
  23. 09 Oct, 2017 1 commit
  24. 02 Oct, 2017 1 commit
  25. 01 Oct, 2017 1 commit
  26. 15 Sep, 2017 1 commit
  27. 14 Sep, 2017 3 commits
  28. 08 Sep, 2017 1 commit
  29. 03 Sep, 2017 1 commit
  30. 31 Aug, 2017 1 commit
  31. 25 Aug, 2017 1 commit