Fix the example in py_calib3d/py_calibration

pull/22371/head
Kian Eliasi 3 years ago committed by GitHub
parent 48afe1586a
commit 99683e958a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      doc/py_tutorials/py_calib3d/py_calibration/py_calibration.markdown

@ -127,7 +127,7 @@ for fname in images:
objpoints.append(objp)
corners2 = cv.cornerSubPix(gray,corners, (11,11), (-1,-1), criteria)
imgpoints.append(corners)
imgpoints.append(corners2)
# Draw and display the corners
cv.drawChessboardCorners(img, (7,6), corners2, ret)

Loading…
Cancel
Save