• 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
Name
Last commit
Last update
.github Loading commit data...
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.editorconfig Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...