Commit 2d33063a authored by Matt Venn's avatar Matt Venn

removed whitespace at end of line 96

parent 3170414c
......@@ -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')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment