Add figure that shows the whole reconstruction pipeline

This commit is contained in:
Simon Giraudot 2017-04-19 10:35:00 +02:00
parent bb5771d59e
commit f798c9c60a
1 changed files with 20 additions and 0 deletions

View File

@ -280,5 +280,25 @@ by the user at runtime with the second argument.
\include Poisson_surface_reconstruction_3/tutorial_example.cpp
\section TutorialsReconstruction_pipeline Full Pipeline Images
The following figure an example of a full reconstruction pipeline
applied to a bear statue (courtesy _EPFL Computer Graphics and
Geometry Laboratory_ \cgalCite{cgal:e-esmr}). Two mesh processing
algorithms (hole filling and isotropic remeshing) are also applied
(refer to the chapter \ref Chapter_PolygonMeshProcessing "Polygon Mesh Processing"
for more information).
\cgalFigureBegin{TutorialsReconstructionFigPipeline, reconstruction_pipeline.png}
__Full reconstruction pipeline (with close-ups).__
From top-left to bottom-right: unaltered noisy point cloud; grid
simplification; jet smoothing; advancing front surface
reconstruction; hole filling; isotropic remeshing.
\cgalFigureEnd
*/