Skip to content

Commit 4cda297

Browse files
committed
STYLE: Capitalize "Section" references in LaTeX for consistency
User Regex: 1:Capitalize before references.
1 parent c2e17b1 commit 4cda297

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SoftwareGuide/Latex/DesignAndFunctionality/Registration.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ \section{Registration Framework}
7878
function. Since the moving transform is shared between metric and optimizer,
7979
the above process will be repeated till the convergence criteria are met.
8080

81-
Later in section~\ref{sec:FeaturesOfTheRegistrationFramework} you will get a
81+
Later in Section~\ref{sec:FeaturesOfTheRegistrationFramework} you will get a
8282
better understanding of the behind-the-scenes processes of ITKv4 registration
8383
framework. First, we begin with some simple registration examples.
8484

@@ -182,7 +182,7 @@ \section{Features of the Registration Framework}%
182182
Only those cases may require invoking the \code{GetInverse()}
183183
method that most transforms offer. Before attempting this,
184184
read the examples on resampling illustrated in
185-
section~\ref{sec:GeometricalTransformationFilters} in order to
185+
Section~\ref{sec:GeometricalTransformationFilters} in order to
186186
familiarize yourself with the correct interpretation of the transforms.
187187

188188
Now we come back to the situation illustrated in
@@ -232,7 +232,7 @@ \section{Multi-Modality Registration}%
232232
different groups~\cite{Collignon1995,Maes97,Viola1997}; a more detailed review
233233
can be found in~\cite{Hajnal2001,Pluim2003}. The Insight Toolkit currently
234234
provides two different implementations of Mutual Information metrics (see
235-
section~\ref{sec:Metrics} for details). The following example illustrates the
235+
Section~\ref{sec:Metrics} for details). The following example illustrates the
236236
practical use of one of these metrics.
237237

238238
\subsection{Mattes Mutual Information}%
@@ -320,7 +320,7 @@ \subsection{Fundamentals}
320320

321321
\section{Multi-Stage Registration}%
322322
\label{sec:MultiStageRegistration}
323-
In section~\ref{sec:MultiResolutionRegistration} you noticed how to tweak
323+
In Section~\ref{sec:MultiResolutionRegistration} you noticed how to tweak
324324
component settings between multi-resolution levels and saw how it can benefit the
325325
registration process. That is, the matching metric gets close to the optimal
326326
value before final parameter adjustments in full resolution.

0 commit comments

Comments
 (0)