You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have point clouds A and B, can you compute the optimal rigid body transformation (6D)
for going from A to B?
Do you support points in dimensions higher than 3?
E.g. I have a use-case in 4 dimensions.
Maybe, the best interface would be to allow the user to supply a point distance function
with a default of Euclidian distance for 3D points.
Last time I looked for methods able to do this, it seemed RANSAC would be adequate.
Regards,
Francois.
The text was updated successfully, but these errors were encountered:
Checklist
main
branch).My Question
Hello,
If I have point clouds A and B, can you compute the optimal rigid body transformation (6D)
for going from A to B?
Do you support points in dimensions higher than 3?
E.g. I have a use-case in 4 dimensions.
Maybe, the best interface would be to allow the user to supply a point distance function
with a default of Euclidian distance for 3D points.
Last time I looked for methods able to do this, it seemed RANSAC would be adequate.
Regards,
Francois.
The text was updated successfully, but these errors were encountered: