From 2c5dee659d5bd080d902ecd3a89ec902aa0d2e89 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 18 Nov 2008 13:35:06 +0000 Subject: [PATCH] Add back the skull image. --- .../doc_tex/Surface_mesher/main.tex | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/Surface_mesher/doc_tex/Surface_mesher/main.tex b/Surface_mesher/doc_tex/Surface_mesher/main.tex index ad6ae3c0d8c..7d0a0d27440 100644 --- a/Surface_mesher/doc_tex/Surface_mesher/main.tex +++ b/Surface_mesher/doc_tex/Surface_mesher/main.tex @@ -324,7 +324,21 @@ This parameter has a default which was used in the previous example. Also note that the center of the bounding sphere is required to be internal a point where the function has a negative value. -The chosen iso-value of this 3D~image corresponds to a head skull. +The chosen iso-value of this 3D~image corresponds to a head skull. The +resulting mesh is shown in Figure~\ref{figure:Surface_mesher-skull}. + +\begin{figure}[ht] + \begin{center} + \begin{ccTexOnly} + \includegraphics[height=10cm]{Surface_mesher/skull-surface} + \end{ccTexOnly} + \begin{ccHtmlOnly} + + \end{ccHtmlOnly} + \end{center} + \caption{Surface mesh of an iso-contour extracted from a gray level 3D~image} + \label{figure:Surface_mesher-skull} +\end{figure} \ccIncludeExampleCode{Surface_mesher/mesh_a_3d_gray_image.cpp} @@ -394,9 +408,6 @@ manifold but may have boundaries.\\ \ccc{Non_manifold_tag}: the algorithm relies on the given criteria and guarantees nothing else. - - - \section{Design and Implementation History} The algorithm implemented in this package