Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What does Rvec and Tvec of aruco markers correspond to?

Hi all,

I'm currently doing a project using ArUco marker tracking.

I'm just a bit confused what the rvec and the tvecs are supposed to be. According to the official document, it's supposed to be the rotational vectors and the translational vectors that represents the camera coordinate position relative to the aruco marker's xyz coordinate.

But one thing I discovered today is the following: First, I placed a calibrated camera looking straight down onto the aruco marker. I then moved the aruco marker towards its positive x direction. Theoretically, if the rvecs and the tvecs are representing the 'camera position' relative to the aruco frame, then the act of moving the marker in its positive x-direction should mean 'moving the camera to the negative x-direction' relatively. However, the tvec data shows that the x component has increased.

So I'm confused, if the rvec/tvecs are supposed to be the vectors for 'camera pose estimation' as the document states, or it is actually for 'marker pose estimation'.

Thanks all, please share your opinions on this.