1

I have two .ply datasets in Meshlab. A is a point cloud of a scene. B is a point cloud which contains 30% of the scene from A, but rotated, translated and scaled (7 deg of freedom) by unknown factors.

I want to get A and B aligned roughly by hand, just to get an idea of how well they match up at the overlapping part. Does anyone have some expertise on this? I would really like to use Meshlab but it seems there's no way of scaling/translating/rotating separate layers according to separate co-ordinate frames... There does seem to be a way of translating/rotating by manually selecting correspondences between the two layers, but this doesn't deal with the scaling issue (as far as i can see...)

I would ideally like to scale & align B as close as possible to A by hand, save down the .ply file of the transformed B, and then I can run some kind of iterative closest point on the new dataset.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
3lbom
  • 139
  • 1
  • 1
  • 11

1 Answers1

0

Mesh Layer->Matrix: Set translation/rotation/scaling.

James
  • 339
  • 3
  • 16