cv.drawPlanarBoard - MATLAB File Help |
Draw a planar board
img = cv.drawPlanarBoard(board, outSize)
img = cv.drawPlanarBoard(..., 'OptionName',optionValue, ...)
[w,h]
.outSize
and the board will be on the center, keeping the board
proportions.This function return the image of a planar board, ready to be printed. It assumes the board layout specified is planar by ignoring the z coordinates of the object points.