Skip to content

Commit

Permalink
Merge pull request #50 from blowekamp/fix_regitration_transform
Browse files Browse the repository at this point in the history
Fix order of transform composition for ITKv4 framework.
  • Loading branch information
zivy authored May 8, 2024
2 parents 937d50f + 2054ba5 commit 07f1997
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 05_basic_registration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
"</li>\n",
"</ul>\n",
"\n",
"The transformation that maps points from the fixed to moving image domains is thus: $^M\\mathbf{p} = T_{opt}(T_m(T_f^{-1}(^F\\mathbf{p})))$\n",
"The transformation that maps points from the fixed to moving image domains is thus: $^M\\mathbf{p} = T_m(T_{opt}(T_f^{-1}(^F\\mathbf{p})))$\n",
"\n",
"We now modify the previous example to use $T_{opt}$ and $T_m$."
]
Expand Down
8 changes: 4 additions & 4 deletions figures/registrationFrameworkTransformations.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 07f1997

Please sign in to comment.