Skip to content

Question about point cloud transformation #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
sunnyHelen opened this issue Sep 8, 2019 · 2 comments
Open

Question about point cloud transformation #2

sunnyHelen opened this issue Sep 8, 2019 · 2 comments

Comments

@sunnyHelen
Copy link

Hi, I'm very new to deal with point cloud. So maybe my question is not quite related to your repository.
I want to ask if I have a point cloud(Nx3), a rotation matrix(3x3) and translation matrix(1x3). How could I get the point cloud after the transformation(rotation and translation→4X4)?
For rotation, I guess just multiply with the matrix? And how about translation?
Your help will be highly appreciated.

@ldepn
Copy link

ldepn commented Jan 1, 2020

the translation maybe is add operate

@saharshleo
Copy link

Make the point cloud as Nx4 by adding 1 as the last row and then multiply with 4x4 homogeneous matrix. You can search homogeneous coordinates for the reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants