@@ -513,25 +513,25 @@ main(int argc, char * argv[])
513
513
// structures by providing seeds in the appropriate locations.
514
514
// Table~\ref{tab:CurvesImageFilterOutput2} presents the
515
515
// parameters used for some structures.
516
- //
517
- // \begin{table}
518
- // \begin{center}
519
- // \begin{tabular}{|l|c|c|c|c|c|c|c|c|}
520
- // \hline
521
- // Structure & Seed Index & Distance & $\sigma$ &
522
- // $\alpha$ & $\beta$ & Propag. & Output Image \\ \hline
523
- // Left Ventricle & $(81,114)$ & 5.0 & 1.0 & -0.5 & 3.0 & 2.0 & First \\
524
- // \hline Right Ventricle & $(99,114)$ & 5.0 & 1.0 & -0.5 & 3.0 & 2.0 &
525
- // Second \\ \hline White matter & $(56, 92)$ & 5.0 & 1.0 & -0.3 & 2.0
526
- // & 10.0 & Third \\ \hline Gray matter & $(40, 90)$ & 5.0 & 0.5 &
527
- // -0.3 & 2.0 & 10.0 & Fourth \\ \hline \end{tabular} \end{center}
528
- // \itkcaption[Curves segmentation example parameters]{Parameters used
529
- // for segmenting some brain structures shown in
530
- // Figure~\ref{fig:CurvesImageFilterOutput2} using the filter
531
- // CurvesLevelSetImageFilter.
532
- // \label{tab:CurvesImageFilterOutput2}}
533
- // \end{table}
534
- / /
516
+ /*
517
+ \begin{table}
518
+ \begin{center}
519
+ \begin{tabular}{|l|c|c|c|c|c|c|c|c|}
520
+ \hline
521
+ Structure & Seed Index & Distance & $\sigma$ &
522
+ $\alpha$ & $\beta$ & Propag. & Output Image \\ \hline
523
+ Left Ventricle & $(81,114)$ & 5.0 & 1.0 & -0.5 & 3.0 & 2.0 & First \\
524
+ \hline Right Ventricle & $(99,114)$ & 5.0 & 1.0 & -0.5 & 3.0 & 2.0 &
525
+ Second \\ \hline White matter & $(56, 92)$ & 5.0 & 1.0 & -0.3 & 2.0
526
+ & 10.0 & Third \\ \hline Gray matter & $(40, 90)$ & 5.0 & 0.5 &
527
+ -0.3 & 2.0 & 10.0 & Fourth \\ \hline \end{tabular} \end{center}
528
+ \itkcaption[Curves segmentation example parameters]{Parameters used
529
+ for segmenting some brain structures shown in
530
+ Figure~\ref{fig:CurvesImageFilterOutput2} using the filter
531
+ CurvesLevelSetImageFilter.
532
+ \label{tab:CurvesImageFilterOutput2}}
533
+ \end{table}
534
+ * /
535
535
// Figure~\ref{fig:CurvesImageFilterOutput} presents the
536
536
// intermediate outputs of the pipeline illustrated in
537
537
// Figure~\ref{fig:CurvessCollaborationDiagram}. They are
0 commit comments