diff --git a/Point_set_processing_3/doc_tex/Point_set_processing_3/introduction.tex b/Point_set_processing_3/doc_tex/Point_set_processing_3/introduction.tex index be3cc5dbb31..1b0f89dc2f5 100644 --- a/Point_set_processing_3/doc_tex/Point_set_processing_3/introduction.tex +++ b/Point_set_processing_3/doc_tex/Point_set_processing_3/introduction.tex @@ -1,5 +1,12 @@ \section{Introduction} + +This \cgal\ component implements methods to analyze and process unorganized 3D point sets. The input is an unorganized 3D point set, possibly with attributes such as unoriented or oriented normals. This point set can be analyzed to measure certain geometric properties such as average spacing between the points and their $K$ nearest neighbors. We can furthermore process the point set with functions devoted to the simplification, outlier removal, smoothing, normal estimation and normal orientation. The output is either a point set or a point set with normals. + + +A typical usage of this package is to pre-process a point set before calling a reconstruction method. + + % Insert image introduction.jpg/eps \begin{center} \label{Point_set_processing_3-fig-introduction} @@ -20,10 +27,8 @@ \end{figure} \end{center} -This \cgal\ component implements methods to analyze and process unorganized 3D point sets. The input is an unorganized 3D point set, possibly with attributes such as unoriented or oriented normals. This point set can be analyzed to measure certain geometric properties such as average spacing between the points and their $K$ nearest neighbors. We can furthermore process the point set with functions devoted to the simplification, outlier removal, smoothing, normal estimation and normal orientation. The output is either a point set or a point set with normals. -A typical usage of this package is to pre-process a point set before calling a reconstruction method. Surface Reconstruction from Point Sets is a sequential process: \begin{itemize} diff --git a/Point_set_processing_3/doc_tex/Point_set_processing_3/main.tex b/Point_set_processing_3/doc_tex/Point_set_processing_3/main.tex index 2a3fa0a2ecd..c14835c6121 100644 --- a/Point_set_processing_3/doc_tex/Point_set_processing_3/main.tex +++ b/Point_set_processing_3/doc_tex/Point_set_processing_3/main.tex @@ -1,7 +1,7 @@ \ccUserChapter{Point Set Processing \label{chap:point_set_processing_3}} -\ccChapterAuthor{Pierre Alliez, Laurent Saboret, Gael Guennebaud, Mariette Yvinec} +\ccChapterAuthor{Pierre Alliez, Laurent Saboret, Ga\"el Guennebaud, Mariette Yvinec} \input{Point_set_processing_3/PkgDescription} diff --git a/Point_set_processing_3/doc_tex/Point_set_processing_3_ref/intro.tex b/Point_set_processing_3/doc_tex/Point_set_processing_3_ref/intro.tex index 817eb2f13fd..8f8574853de 100644 --- a/Point_set_processing_3/doc_tex/Point_set_processing_3_ref/intro.tex +++ b/Point_set_processing_3/doc_tex/Point_set_processing_3_ref/intro.tex @@ -10,7 +10,7 @@ \ccRefChapter{Point Set Processing \label{chap:point_set_processing_3_ref}} -\ccChapterAuthor{Pierre Alliez, Laurent Saboret, Gael Guennebaud, Mariette Yvinec} +\ccChapterAuthor{Pierre Alliez, Laurent Saboret, Ga\"el Guennebaud, Mariette Yvinec} This \cgal\ component implements methods to analyze and process unorganized point sets. The input is an unorganized point set, possibly with attributes such as unoriented or oriented normals.