Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

findCirclesGrid frequently finds edges of circles rather than centers

The original file:

image description

The results of findCirclesGrid with a width of 5, height of 9, and cv::CALIB_CB_ASYMMETRIC_GRID:

image description

Should it be doing this poorly (2.4.6)?

I'm going to experiment with adaptive thresholding or some other preprocessing to see if it can improve the results.