Skip to content

General questions regarding the ICP algorithm #507

Answered by marcomusy
jkissi asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Can I output the transformation matrix as a numpy array?

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).

  1. Is it possible to out the matrix at various stages of the iteration? Say the initial and then the final, for example?

No, I'm afraid that is not possible. Only the final iteration is output.

  1. Are we able to access the inlier correspondences? for calculations such as the fitness of the alignment and the inlier rmse?

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…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@jkissi
Comment options

@jkissi
Comment options

@marcomusy
Comment options

@jkissi
Comment options

@marcomusy
Comment options

Answer selected by jkissi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants