Get average deformation from model to model

Hello, Lassoan

I would like to get the average deformation from model to model, too. Now I install SlicerSALT and which module use for analyzing? and what’s kind of file that I must attach to the input and output directory? Now I have the deformation model (.nrrd) and I would like to compare it with the original model (.nrrd). Should I select both of them in the input directory or I have to do something before choose it? Thank you very much for your time and assistance in this matter.

Best regards,

You can use ModelToModelDistance extension to compute displacement for each model point. You can then get the displacements as a numpy array using slicer.util.arrayFromModelPointData and compute any statistics that you need.

If you don’t have corresponding point sets in your models or want to do more sophisticated analysis then you can use SlicerSALT. You can reach SlicerSALT developers by posting in this category:

1 Like

Thank you very much for your kindness. Now I can solve my problem by following your suggestion.

1 Like