I have two models(stl) of torso (pregnant) and I am trying to align them one after another (superimpose) and then I want to do landmarks on the specific points where there are electrodes placed (checking position of electrodes from both the files) ?
You don’t really need to align the models if you just want to landmark them.
But if you do, you can use the FastModelAlign
to rigidly register one model to the other, and then you can do the landmarks on the rigidly registered model.
1 Like
Thank you so much Professor Maga
Someone knows how to align two models but with a code in python?