model to model distance question

Operating system: Windows
Slicer version: SlicerSALT 3.0.0

For the corresponding point mode, is there any way we can get the information about which pair of points on the two models were considered corresponding?

I don’t see that in the output model vtk file.

Thank you!

1 Like

After the SPHARM method if you want to know which specific points of the two meshes are considered corresponding you should check the code of the Pick and Paint or Model to Model distance extensions and write some code yourself to extrapolate the informations you need.
Instead, if you are just willing to check if the correspondency is present the fastest way i found is to place a landmark on the first mesh, use the pick and paint extension to propagate it to the second mesh and then use the Shape Population viewer extension to check the correspondency visually.

Hope this helps