Rotation of points around the three principle axes (x,y,z)
1 回表示 (過去 30 日間)
古いコメントを表示
Hello, how are you? I have a 3D coordinate system. My system was obtained from a LIDAR sensor. Do I need to project the 3D point clouds on the 2D flat image? I have to project my points considering the LIDAR coordinates as x: forward, y: left and z: up. However, my points were obtained by considering the following coordinates as x: right, y: down and z: forward. So how do I convert / rotate from the second convention (x: right, y: down, and z: forward) to the first convention (x: forward, y: left, and z: up)?
I thank you for your attention,
Gledson
0 件のコメント
回答 (1 件)
Hari Krishna Ravuri
2019 年 11 月 5 日
Point cloud data can be displayed using pcshow.The syntax of pcshow is
pchow(ptCloud)
where ptCloud is a Point cloud object.Once the point cloud data was displayed, you may use your mouse to rotate the points.Please refer https://in.mathworks.com/help/vision/ref/pcshow.html for more information regarding pcshow.
Hope this helps!
1 件のコメント
Gledson Melotti
2019 年 11 月 7 日
Hello. You are right.But I need learn how rotate mathematically. I tried to use the right hand rule and couldn't.
Bes regards.
参考
カテゴリ
Help Center および File Exchange で Point Cloud Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!