-
Hi Marco
Sorry for the quick-fire questions, hope you don't mind too much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Yes, well you can save it to file with
No, I'm afraid that is not possible. Only the final iteration is output.
it's a good question, it seems that is not passed in the upstream vtk. I must investigate more about it... One thing you can do is to compute the distance of one pointcloud to another pointcloud or Mesh with
yes - there are various linear and non linear registration methods. Check out the examples in |
Beta Was this translation helpful? Give feedback.
Yes, well you can save it to file with
vedo.io.writeTransform(some_mesh.transform)
, if you need it as numpy array you may need to copypaste that function and adapt it (it's easy).No, I'm afraid that is not possible. Only the final iteration is output.
it's a good question, it seems that is not passed in the upstream vtk. I must investigate more about it... One thing you can do is t…