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