Rotation of points around the three principle axes (x,y,z)

조회 수: 2 (최근 30일)
Gledson Melotti
Gledson Melotti 2019년 10월 22일
댓글: Gledson Melotti 2019년 11월 7일
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

답변 (1개)

Hari Krishna Ravuri
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
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 CenterFile Exchange에서 Point Cloud Processing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by