Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You want to use the projectPoints function. You know the size of the squares of the board. So project the point (x,y,0) where x and y are the number of squares to the center * the size of the squares.

That gives you the point in the image that is the center of the board, or any point on the board if you want.