1 | initial version |
1) Someone told me that the grid number of each row/column should be ODD, is it right? Why I shouldn't use an even number of corners?
2) Which is better, symmetric/Asymmetric pattern?
The problem lies within the calibration pattern properties itself. Since the algorithm looks for corners, it can happen (it does not always do this), that it matches the wrong corners, because for the algorithm there is no way of telling that the upper left corner is actually not the bottom right corner. This happens due to the symetry of an even number of rows or cols.
So basically
The advantage of having uneven rows or cols, is that your pattern is not repeated and thus, the top left corner will always be the top left corner due to the position of the surrounding corners.