Invert displacement field.

invertDisplacementField(
  displacementField,
  inverseFieldInitialEstimate,
  maximumNumberOfIterations = 20,
  meanErrorToleranceThreshold = 0.001,
  maxErrorToleranceThreshold = 0.1,
  enforceBoundaryCondition = TRUE
)

Arguments

displacementField

displacement field.

inverseFieldInitialEstimate

initial guess.

maximumNumberOfIterations

number of iterations.

meanErrorToleranceThreshold

mean error tolerance threshold.

maxErrorToleranceThreshold

max error tolerance threshold.

enforceBoundaryCondition

enforce stationary boundary condition.

Value

inverse displacement field

Author

NJ Tustison