Skip to content

Commit c666793

Browse files
committed
COMP: CurvesLevelSetImageFilter multi-line comment
To address: Examples/Segmentation/CurvesLevelSetImageFilter.cxx:523:3: warning: multi-line comment [-Wcomment]
1 parent 7c63558 commit c666793

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Examples/Segmentation/CurvesLevelSetImageFilter.cxx

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -513,25 +513,25 @@ main(int argc, char * argv[])
513513
// structures by providing seeds in the appropriate locations.
514514
// Table~\ref{tab:CurvesImageFilterOutput2} presents the
515515
// 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+
*/
535535
// Figure~\ref{fig:CurvesImageFilterOutput} presents the
536536
// intermediate outputs of the pipeline illustrated in
537537
// Figure~\ref{fig:CurvessCollaborationDiagram}. They are

0 commit comments

Comments
 (0)