Advertisement
edingroot

Untitled

Mar 21st, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.22 KB | None | 0 0
  1. # type(np.matrix(objpoints))
  2. objpoints_array = np.array(objpoints)
  3. imgpoints_array = np.array(imgpoints)
  4. print(np.shape(objpoints_array))
  5. print(np.shape(imgpoints_array))
  6.  
  7. # print(objpoints_array)
  8. # print(imgpoints_array)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement