• 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
..
calib3d Loading commit data...
core Loading commit data...
cudaarithm Loading commit data...
cudabgsegm Loading commit data...
cudacodec Loading commit data...
cudafeatures2d Loading commit data...
cudafilters Loading commit data...
cudaimgproc Loading commit data...
cudalegacy Loading commit data...
cudaobjdetect Loading commit data...
cudaoptflow Loading commit data...
cudastereo Loading commit data...
cudawarping Loading commit data...
cudev Loading commit data...
dnn Loading commit data...
features2d Loading commit data...
flann Loading commit data...
highgui Loading commit data...
imgcodecs Loading commit data...
imgproc Loading commit data...
java Loading commit data...
js Loading commit data...
ml Loading commit data...
objdetect Loading commit data...
photo Loading commit data...
python Loading commit data...
shape Loading commit data...
stitching Loading commit data...
superres Loading commit data...
ts Loading commit data...
video Loading commit data...
videoio Loading commit data...
videostab Loading commit data...
viz Loading commit data...
world Loading commit data...
CMakeLists.txt Loading commit data...