MATLAB File Help: cv.drawChessboardCorners | Index |
Renders the detected chessboard corners
im = cv.drawChessboardCorners(im, patternSize, corners)
im = cv.drawChessboardCorners(..., 'OptionName', optionValue, ...)
patternSize = [points_per_row, points_per_column]
).The function draws individual chessboard corners detected either as red circles if the board was not found, or as colored corners connected with lines if the board was found.