What is the right way to do multiple transformation using open3d? #6191
Unanswered
li-chengyi
asked this question in
Q&A
Replies: 1 comment
-
Your two pieces of code should give the same result. Please file a bug report with an example if it doesn't. Transform does left multiplication and each column of x is a homogenous point:
is the same as
Open3D/cpp/open3d/geometry/Geometry3D.cpp Line 77 in f8fbef1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody, I have some trouble with the
transform
method ofo3d.geometry.PointCloud
:I found that I get two different outcome when doing multiple transformation using
transform
method and matrix multiply.matrix multiply (
pcd
is a Nx4 matrix):transform
method:What is the profound mystery inside
transform
?Beta Was this translation helpful? Give feedback.
All reactions