mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
python: eliminate pylint warnings
Tested with: - pylint 1.9.1
This commit is contained in:
@@ -91,7 +91,7 @@ def create_board_model(extrinsics, board_width, board_height, square_size, draw_
|
||||
|
||||
# draw calibration board
|
||||
X_board = np.ones((4,5))
|
||||
X_board_cam = np.ones((extrinsics.shape[0],4,5))
|
||||
#X_board_cam = np.ones((extrinsics.shape[0],4,5))
|
||||
X_board[0:3,0] = [0,0,0]
|
||||
X_board[0:3,1] = [width,0,0]
|
||||
X_board[0:3,2] = [width,height,0]
|
||||
|
||||
Reference in New Issue
Block a user