Hi, the findCirclesGrid() can detect the circle center points with symmetrical patternSize of 16 * 8, which is shown as follow:
However, I fail to use this function to deal with the symmetrical patternSize of 4 * 3, which is shown as follow:
Could someone tell me how to detect the circle points in patternSize of 4 * 3 ? Thanks!