From bcbc4867df4e853fc7ce2719bf5045c9366bca98 Mon Sep 17 00:00:00 2001 From: Olivier Commowick Date: Wed, 9 Feb 2022 11:09:31 +0100 Subject: [PATCH] Minor changes --- Registration_Article.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Registration_Article.tex b/Registration_Article.tex index 1d0ded8..4e7d60f 100644 --- a/Registration_Article.tex +++ b/Registration_Article.tex @@ -168,7 +168,7 @@ \subsubsection{M-Smoothing extrapolation} % (fold) % subsubsection m_smoothing_extrapolation (end) -\section{Asymmetric or symmetric registration} +\section{Asymmetric and symmetric registration} \label{sec:reg-algorithms} From the previous sections, we now have all the necessary elements (apart from a few such as being able to resample images or the similarity measure which is not the topic here) to perform the registration of two images. The final step is to combine all of these into an algorithm. At this stage, it is crucial to note that the block-matching core algorithm is intrinsically an asymmetric one: images $R$ and $F$ do not play the same role and reverting their use does not lead to the exact inverse of $\delta T$. Options are however available to ensure this, and this is why we detail three algorithms, going from no symmetry to more and more symmetry.