1. 16 Sep, 2019 2 commits
  2. 09 Sep, 2019 1 commit
  3. 16 Aug, 2019 1 commit
    • luz.paz's avatar
      Fix modules/ typos · fcc7d8dd
      luz.paz authored
      Found using `codespell -q 3 -S ./3rdparty -L activ,amin,ang,atleast,childs,dof,endwhile,halfs,hist,iff,nd,od,uint`
      
      backporting of commit: ec43292e
      fcc7d8dd
  4. 14 Aug, 2019 1 commit
  5. 04 Jul, 2019 1 commit
  6. 01 Jul, 2019 2 commits
  7. 21 Jun, 2019 1 commit
  8. 20 Jun, 2019 1 commit
  9. 14 Jun, 2019 1 commit
  10. 08 Jun, 2019 1 commit
  11. 05 Jun, 2019 2 commits
  12. 04 Jun, 2019 1 commit
  13. 27 May, 2019 1 commit
  14. 26 May, 2019 1 commit
  15. 24 May, 2019 1 commit
  16. 22 May, 2019 1 commit
  17. 20 May, 2019 1 commit
  18. 15 May, 2019 1 commit
  19. 14 May, 2019 1 commit
  20. 30 Apr, 2019 1 commit
  21. 29 Apr, 2019 1 commit
    • ostarling's avatar
      Merge pull request #14411 from ostarling:3.4_fix_for_14242 · 643d9df4
      ostarling authored
      * Fix for Homogenous precision #14242:
       - moved scale computation to an inline function
       - use std::numeric_limits<float>::epsilon() instead of != 0.0
      
      * Fix for Homogenous precision #14242:
       - fixed warnings for type conversion
      
      * Fix for Homogenous precision #14242:
       - use float epsilon() for truncation of doubles
      643d9df4
  22. 24 Apr, 2019 1 commit
  23. 15 Apr, 2019 1 commit
  24. 10 Apr, 2019 1 commit
  25. 06 Apr, 2019 1 commit
  26. 21 Mar, 2019 1 commit
  27. 13 Mar, 2019 1 commit
  28. 05 Mar, 2019 1 commit
  29. 12 Feb, 2019 1 commit
  30. 11 Feb, 2019 1 commit
  31. 14 Jan, 2019 1 commit
  32. 11 Jan, 2019 1 commit
  33. 08 Nov, 2018 1 commit
  34. 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
  35. 26 Oct, 2018 2 commits