Skip to content

Commit 41a813c

Browse files
committed
Correct transfrom composition order of ITKv4 framework.
1 parent e612fa0 commit 41a813c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Python/61_Registration_Introduction_Continued.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
"</li>\n",
390390
"</ul>\n",
391391
"\n",
392-
"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",
392+
"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",
393393
"\n",
394394
"We now modify the previous example to use $T_{opt}$ and $T_m$."
395395
]

R/61_Registration_Introduction_Continued.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
"</li>\n",
338338
"</ul>\n",
339339
"\n",
340-
"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",
340+
"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",
341341
"\n",
342342
"We now modify the previous example to use $T_{opt}$ and $T_m$."
343343
]

0 commit comments

Comments
 (0)