mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +08:00
fixed "corners2" to "corners" & nicer whitespace
This commit is contained in:
parent
764a1f5947
commit
3b2a194c30
@ -134,7 +134,7 @@ for fname in images:
|
||||
imgpoints.append(corners)
|
||||
|
||||
# Draw and display the corners
|
||||
cv2.drawChessboardCorners(img, (7,6), corners2,ret)
|
||||
cv2.drawChessboardCorners(img, (7,6), corners, ret)
|
||||
cv2.imshow('img', img)
|
||||
cv2.waitKey(500)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user