diff --git a/Documentation/biblio/cgal_manual.bib b/Documentation/biblio/cgal_manual.bib index 03c94607efb..2590e3c8f52 100644 --- a/Documentation/biblio/cgal_manual.bib +++ b/Documentation/biblio/cgal_manual.bib @@ -1550,6 +1550,15 @@ ABSTRACT = {We present the first complete, exact and efficient C++ implementatio } +@inproceedings{cgal:pgk-esops-02, + title={Efficient simplification of point-sampled surfaces}, + author={Pauly, Mark and Gross, Markus and Kobbelt, Leif P}, + booktitle={Proceedings of the conference on Visualization'02}, + pages={163--170}, + year={2002}, + organization={IEEE Computer Society} +} + @article{ cgal:pp-cdmsc-93, author = "U. Pinkall and K. Polthier", title = "Computing discrete minimal surfaces and their conjugates", diff --git a/Installation/changes.html b/Installation/changes.html index e8207f4d98b..91a27548f8b 100644 --- a/Installation/changes.html +++ b/Installation/changes.html @@ -154,6 +154,13 @@ and src/ directories). or CGAL::Parallel_tag when calling one of these functions.
  • CGAL::Parallel_tag can no longer be used in Point Set Processing algorithms if TBB is not available.
  • +
  • + Add a new simplification algorithm based on hierarchical + clustering: CGAL::hierarchy_simplify_point_set(). It + allows either to uniformly simplify the point set or to + automatically adapt the local density of points to the local + variation of the input computed by principal component analysis. +
  • Surface Mesh Parameterization