Inverse displacement field

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?

2 Likes

In addition, itk::InvertDisplacementFieldImageFilter is an another option.

1 Like

A third option: DisplacementFieldToBSplineImageFilter

1 Like