Ask Your Question

bhollis's profile - activity

2016-09-15 11:20:08 -0600 received badge  Teacher (source)
2015-03-09 15:50:08 -0600 received badge  Necromancer (source)
2013-04-04 16:40:18 -0600 received badge  Editor (source)
2013-04-04 16:39:58 -0600 answered a question What format does cv2.solvePnP use for points in Python?

This works for me:

numpy.array([(x,y,z), (x2,y2,y2)], dtype=numpy.float)

The key is the dtype=numpy.float.