cv::Size(CHESSRBOARD[0], CHESSRBOARD[1]
时间: 2023-11-30 11:28:16 浏览: 109
chessboard
This code creates a variable of type cv::Size with the dimensions of a chessboard. The dimensions are specified by the two values in the array CHESSRBOARD, where CHESSRBOARD[0] represents the number of squares in the horizontal direction and CHESSRBOARD[1] represents the number of squares in the vertical direction.
阅读全文