Is rotation vector from solvePnP() already roll, pitch and yaw?
The output of solvePnP() is a rotation vector and a translation vector.
My question: Is this rotation vector representing roll, pitch, yaw in (whatever X-Y-Z order or similar) fixed angle convention? I guess it is, but I want to have a confirmation on this.
Thanks in advance.