1. 02 Nov, 2018 1 commit
    • 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
  2. 01 Nov, 2018 6 commits
  3. 31 Oct, 2018 7 commits
  4. 30 Oct, 2018 4 commits
  5. 29 Oct, 2018 6 commits
  6. 28 Oct, 2018 1 commit
  7. 27 Oct, 2018 2 commits
  8. 26 Oct, 2018 7 commits
  9. 25 Oct, 2018 6 commits