Go to the source code of this file.
|
|
| Image | itk::simple::InvertDisplacementField (const Image &displacementField, const Image &inverseFieldInitialEstimate, uint32_t maximumNumberOfIterations=10u, double maxErrorToleranceThreshold=0.1, double meanErrorToleranceThreshold=0.001, bool enforceBoundaryCondition=true) |
| | Iteratively estimates the inverse of a displacement field by fixed-point composition.
|
| |
| Image | itk::simple::InvertDisplacementField (const Image &displacementField, uint32_t maximumNumberOfIterations=10u, double maxErrorToleranceThreshold=0.1, double meanErrorToleranceThreshold=0.001, bool enforceBoundaryCondition=true) |
| | Iteratively estimates the inverse of a displacement field by fixed-point composition.
|
| |