Hi Andrea,
· Chapter 6.1.6 of the manual is about this topic.
· In the elastix/Testing directory of the repository there is a program (elxInvertTransform.cxx) to invert translation, rigid and affine transformations. This can be done in closed form directly.
· For the B-spline transform or other deformable transformation models you need another approach. You can take the approach from Section 6.1.6 using the DisplacementMagnitudePenalty metric. If I am not mistaken scripts for it can be found at http://elastix.bigr.nl/wiki/index.php/Par0012.
· An alternative approach is to iteratively find the inverse using the tool pxdeformationfieldoperator from ITKTools, see https://github.com/ITKTools/ITKTools/blob/master/src/deformationfieldoperator/. It uses the itkIterativeInverseDisplacementFieldImageFilter.
Once you have the inverse transformation, you can apply transformix to transform a (set of) points.
HTH, Marius
--
You received this message because you are subscribed to the Google Groups "elastix-imageregistration" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
elastix-imageregis...@googlegroups.com.
Visit this group at
https://groups.google.com/group/elastix-imageregistration.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elastix-imageregistration/185365f5-258a-4659-afd0-dea37eeefbe9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.