cv.boardDump
Dump board (aruco)
s = cv.boardDump(board)
Input
- board layout of markers in the board.
Output
- s Output struct with the following fields:
- objPoints array of object points of all the marker corners in the
board.
- dictionary the dictionary of markers employed for this board.
- ids vector of the identifiers of the markers in the board.