Ask Your Question

rgade's profile - activity

2020-10-18 05:11:30 -0600 answered a question Different output from Python and C++ in CalibrateHandEye()

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

2020-10-18 04:51:25 -0600 received badge  Student (source)
2020-10-15 06:39:47 -0600 commented question Different output from Python and C++ in CalibrateHandEye()

We used pip install for Python, and standard binaries for C++ (Visual Studio). We checked that we used same version of O

2020-10-15 06:38:32 -0600 commented question Different output from Python and C++ in CalibrateHandEye()

We used pip install for Python, and standard binaries for C++ (Visual Studio). We checked that we used same version of O

2020-10-14 09:57:30 -0600 asked a question Different output from Python and C++ in CalibrateHandEye()

Different output from Python and C++ in CalibrateHandEye() Hi, We have tried to translate a C++ project into Python. Th