How to use the results of solvePnP

asked 2013-01-23 18:49:35 -0600

achan1989 gravatar image

I have used a chessboard and findChessboardCorners to supply the image points for solvePnP. The object points are like (x, y, 0).

The resulting tvec is [-27, -7, 63] and the rvec is [0, 0, -0.23].

Does this mean that the board's origin was at the camera, then it was rotated by R, then translated by T, to get to its 3D position in the picture? If that is the case, then where on the board is the origin? Or am I thinking about tvec and rvec in the wrong way?

Here is the image I used in case it's useful:

image description

edit retag flag offensive close merge delete

Comments

1

Did you get a solution already? Perhaps you can share how you have fixed it.

alfa_80 gravatar imagealfa_80 ( 2013-07-15 09:34:00 -0600 )edit