From c5bbc22b6af2ddb932ad1c2a5e00dd2277840883 Mon Sep 17 00:00:00 2001 From: Bradley Lowekamp Date: Wed, 8 May 2024 09:20:01 -0400 Subject: [PATCH 1/2] Fix transform order in SVG figure --- figures/registrationFrameworkTransformations.svg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/figures/registrationFrameworkTransformations.svg b/figures/registrationFrameworkTransformations.svg index d3cf6dc..e231efc 100755 --- a/figures/registrationFrameworkTransformations.svg +++ b/figures/registrationFrameworkTransformations.svg @@ -447,7 +447,7 @@ id="g3583" clip-path="url(#clipPath3585)">opt + id="tspan3645">m m + id="tspan3661">opt \ No newline at end of file From 2054ba523638c983e694f1460c7a64fe1369f290 Mon Sep 17 00:00:00 2001 From: Bradley Lowekamp Date: Wed, 8 May 2024 09:21:30 -0400 Subject: [PATCH 2/2] Fix documented order of transforms for registration. --- 05_basic_registration.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05_basic_registration.ipynb b/05_basic_registration.ipynb index 36372d7..7882db1 100644 --- a/05_basic_registration.ipynb +++ b/05_basic_registration.ipynb @@ -363,7 +363,7 @@ "\n", "\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$." ]