Skip to content

Commit 3d1f13c

Browse files
committed
DOC: Add Modules/Filtering/FixedPointInverseDisplacementField/README.md
1 parent 2f8de9d commit 3d1f13c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

  • Modules/Filtering/FixedPointInverseDisplacementField
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# FixedPointInverseDisplacementField
2+
3+
In-tree ITK module that computes the inverse of a displacement field using the
4+
fixed-point iteration of Chen et al. (*A simple fixed-point approach to invert
5+
a deformation field*, Medical Physics 35(1):81, 2008). Given a field mapping
6+
space A → B, it produces the field mapping B → A.
7+
8+
Flagship class: `itk::FixedPointInverseDisplacementFieldImageFilter`.
9+
10+
## Origin
11+
12+
Ingested from the standalone remote module
13+
[**InsightSoftwareConsortium/ITKFixedPointInverseDisplacementField**](https://github.com/InsightSoftwareConsortium/ITKFixedPointInverseDisplacementField)
14+
on 2026-06-03 via the v4 ingestion pipeline. The upstream repository will be
15+
archived read-only after this PR merges; it remains reachable at the URL above
16+
for historical reference.

0 commit comments

Comments
 (0)