Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

We found the problem. It was the datatype of the input translation vector. In C++ it was a Mat array of size [1,3], but in Python it needed to be a NumPy array of size [3].