Skip to content

InsightSoftwareConsortium/ITKFixedPointInverseDisplacementField

 
 

Repository files navigation

ITKFixedPointInverseDisplacementField

ITKFixedPointInverseDisplacementField takes a displacement field as input and computes the displacement field that is its inverse. If the input Displacement field was mapping coordinates from a space A into a space B, the output of this filter will map coordinates from the space B into the space A.

The fixed point algorithm is described in the paper:

Mingli Chen, Weiguo Lu, Quan Chen, Knneth J. Ruchala and Gusavo H. Olivera
"A simple fixed-point approach to invert a Displacement field",
Medical Physics, vol. 35, issue 1, p. 81,

The FixedPointInverseDisplacementFieldImageFilter has been implemented and described in the Insight Journal article:

Luethi M.
"Inverting Displacement fields using a fixed point iteration scheme."
https://hdl.handle.net/10380/3222
https://www.insight-journal.org/browse/publication/768
October 2010.

Since ITK 4.10.0, this module is available in the ITK source tree as a Remote module. To enable it, set:

Module_FixedPointInverseDisplacementField:BOOL=ON

in ITK's CMake build configuration.

Install Python packages with:

pip install itk-fixedpointinversedisplacementfield

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.7%
  • Python 10.8%
  • CMake 10.6%
  • Dockerfile 4.9%
  • Shell 4.0%