fixed "corners2" to "corners" & nicer whitespace

pull/6548/head
Hannes 9 years ago
parent 764a1f5947
commit 3b2a194c30
  1. 2
      doc/py_tutorials/py_calib3d/py_calibration/py_calibration.markdown

@ -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…
Cancel
Save