1. 08 Nov, 2018 1 commit
  2. 02 Nov, 2018 2 commits
    • fegorsch's avatar
      Add test for symmetric circles with clustering · ce00d38b
      fegorsch authored
      ce00d38b
    • fegorsch's avatar
      CircleGridClusterFinder: map circle pattern width and height correctly · 30bf4a5e
      fegorsch authored
      During the cluster-based detection of circle grids, the detected circle
      pattern has to be mapped to 3D-points. When doing this the width (i.e.
      more circles) and height (i.e. less circles) of the pattern need to
      be identified in image coordinates.
      
      Until now this was done by assuming that the shorter side in image
      coordinates (length in pixels) corresponds to the height in 3D.
      This assumption does not hold if we look at the pattern from
      a perspective where the projection of the width is shorter
      than the projection of the height. This in turn lead to misdetections in
      although the circle pattern was clearly visible.
      
      Instead count how many circles have been detected along two edges of the
      projected quadrangle and use the one with more circles as width and the
      one with less as height.
      30bf4a5e
  3. 26 Oct, 2018 2 commits
  4. 25 Oct, 2018 1 commit
  5. 13 Oct, 2018 1 commit
  6. 03 Oct, 2018 1 commit
  7. 13 Sep, 2018 1 commit
  8. 12 Sep, 2018 1 commit
  9. 07 Sep, 2018 1 commit
  10. 06 Sep, 2018 2 commits
    • Vadim Pisarevsky's avatar
      Merge pull request #12437 from vpisarev:avx2_fixes · 54279523
      Vadim Pisarevsky authored
      * trying to fix the custom AVX2 builder test failures (false alarms)
      
      * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests
      
      * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests
      
      * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests
      
      * seemingly disabled false alarm warning in surf.cpp; increased tolerance thresholds in the tests for SolvePnP and in DNN/ENet
      54279523
    • Alexander Alekhin's avatar
      8a3c394d
  11. 01 Sep, 2018 1 commit
  12. 17 Aug, 2018 1 commit
  13. 16 Aug, 2018 1 commit
  14. 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
  15. 24 Jul, 2018 1 commit
  16. 17 Jul, 2018 2 commits
  17. 16 Jul, 2018 2 commits
  18. 05 Jul, 2018 1 commit
  19. 04 Jul, 2018 1 commit
  20. 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
  21. 04 Jun, 2018 1 commit
  22. 31 May, 2018 3 commits
  23. 29 May, 2018 1 commit
  24. 25 May, 2018 3 commits
  25. 23 May, 2018 1 commit
  26. 24 Apr, 2018 1 commit
  27. 29 Mar, 2018 2 commits
  28. 28 Mar, 2018 1 commit
  29. 22 Mar, 2018 1 commit
  30. 16 Mar, 2018 1 commit