Calculating angles from the rotation matrix
古いコメントを表示
I computed rotation matrix from "[relativeOrientation,relativeLocation] = relativeCameraPose(M,cameraParams,inlierPoints1,inlierPoints2)", I don't know the order of rotation by which the rotation matrix is computed ('XYZ','XZY','ZYX','ZXY','YZX' or 'YXZ'). which order do I need to consider for computing rotation angles (I'm using "rotm2eul(rotation,'order')").
回答 (1 件)
KSSV
2017 年 3 月 1 日
0 投票
Read the documentation, they have discussed about the order. https://in.mathworks.com/help/robotics/ref/rotm2eul.html
カテゴリ
ヘルプ センター および File Exchange で Interpolation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!