1. 24 Jul, 2018 1 commit
  2. 17 Jul, 2018 1 commit
  3. 16 Jul, 2018 2 commits
  4. 05 Jul, 2018 1 commit
  5. 04 Jul, 2018 1 commit
  6. 27 Jun, 2018 1 commit
    • Vadim Pisarevsky's avatar
      Filter homography decomp: updated PR #7153 (#11846) · 75ee536d
      Vadim Pisarevsky authored
      * Add functionality to filter homography decompositions
      
      * documentation + small refactor
      
      * fix comparing int to size_t (compiler warning)
      
      * fix whitespace issues
      
      * clarification of function return values in documentation
      
      * refactor of function parameters and change in loop nesting
      
      * cleanup useless .h, fix size_t to int compare, small refactor
      
      * fix documentation and whitespace
      
      * change output from return value to outputarray parameter
      
      * update function docs to reflect changes in parameters
      
      * whitespace
      
      * failing test
      
      * fixed warnings related to extended initialisers and improper types
      
      * initialize vectors from arrays
      
      * initialize vectors from arrays part 2
      
      * fix whitespace
      
      * fix trailing whitespace
      
      * Include <inttypes.h> in test_filter_homography_decomp.cpp, should fix 'uint8_t' : undeclared identifier error
      
      * updated the test (made it shorter and providing better diagnostic) and significantly improved implementation (get rid of heavy repeated and/or unnecessary operations)
      
      * fixed compile warning; removed trailing whitespace
      75ee536d
  7. 04 Jun, 2018 1 commit
  8. 31 May, 2018 2 commits
  9. 29 May, 2018 1 commit
  10. 25 May, 2018 3 commits
  11. 23 May, 2018 1 commit
  12. 24 Apr, 2018 1 commit
  13. 28 Mar, 2018 1 commit
  14. 22 Mar, 2018 1 commit
  15. 16 Mar, 2018 1 commit
  16. 13 Mar, 2018 1 commit
  17. 20 Feb, 2018 1 commit
  18. 15 Feb, 2018 1 commit
  19. 12 Feb, 2018 1 commit
  20. 11 Feb, 2018 1 commit
  21. 05 Feb, 2018 1 commit
  22. 26 Jan, 2018 2 commits
  23. 19 Jan, 2018 1 commit
  24. 18 Jan, 2018 1 commit
  25. 17 Jan, 2018 2 commits
  26. 16 Jan, 2018 2 commits
  27. 09 Jan, 2018 1 commit
  28. 11 Dec, 2017 1 commit
  29. 30 Nov, 2017 1 commit
  30. 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
  31. 31 Oct, 2017 1 commit
  32. 13 Oct, 2017 1 commit