1. 20 Nov, 2018 1 commit
  2. 16 Nov, 2018 1 commit
  3. 08 Nov, 2018 1 commit
  4. 22 Oct, 2018 1 commit
  5. 16 Oct, 2018 1 commit
  6. 28 Sep, 2018 1 commit
  7. 13 Sep, 2018 1 commit
  8. 12 Sep, 2018 1 commit
  9. 07 Sep, 2018 1 commit
  10. 31 Jul, 2018 1 commit
    • luz.paz's avatar
      Misc. typos · 2003eb1b
      luz.paz authored
      Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
      2003eb1b
  11. 24 Jul, 2018 1 commit
  12. 17 Jul, 2018 1 commit
  13. 04 Jul, 2018 1 commit
  14. 31 May, 2018 1 commit
  15. 24 Apr, 2018 1 commit
  16. 28 Mar, 2018 1 commit
  17. 13 Mar, 2018 1 commit
  18. 28 Feb, 2018 1 commit
  19. 19 Feb, 2018 1 commit
  20. 13 Feb, 2018 1 commit
  21. 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
  22. 01 Feb, 2018 1 commit
  23. 31 Jan, 2018 1 commit
  24. 25 Jan, 2018 1 commit
  25. 23 Jan, 2018 1 commit
  26. 16 Jan, 2018 1 commit
  27. 07 Jan, 2018 1 commit
  28. 21 Dec, 2017 1 commit
  29. 13 Dec, 2017 1 commit
  30. 07 Dec, 2017 1 commit
  31. 28 Nov, 2017 1 commit
    • 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
  32. 27 Nov, 2017 1 commit
  33. 16 Nov, 2017 1 commit
  34. 24 Oct, 2017 1 commit
  35. 17 Oct, 2017 1 commit
  36. 13 Oct, 2017 1 commit
  37. 22 Sep, 2017 1 commit
  38. 21 Sep, 2017 1 commit
  39. 14 Sep, 2017 1 commit
  40. 08 Sep, 2017 1 commit