removed whitespace at end of line 96

pull/2304/head
Matt Venn 11 years ago
parent 3170414ca8
commit 2d33063a59
  1. 2
      doc/py_tutorials/py_calib3d/py_calibration/py_calibration.rst

@ -92,7 +92,7 @@ Once we find the corners, we can increase their accuracy using **cv2.cornerSubPi
objp = np.zeros((6*7,3), np.float32)
objp[:,:2] = np.mgrid[0:7,0:6].T.reshape(-1,2)
# Arrays to store object points
# Arrays to store object points
objpoints = [] # 3d point in real world space
images = glob.glob('*.jpg')

Loading…
Cancel
Save