Given a displacement field (not a transform), is there a method that can be used to compute its inverse displacement field?
Thanks,
-Ray
Given a displacement field (not a transform), is there a method that can be used to compute its inverse displacement field?
Thanks,
-Ray
Does this class do what you want?
In addition, itk::InvertDisplacementFieldImageFilter is an another option.
A third option: DisplacementFieldToBSplineImageFilter