Skip to content

Commit

Permalink
removed whitespace at end of line 96
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvenn committed Feb 10, 2014
1 parent 3170414 commit 2d33063
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 2d33063

Please sign in to comment.