mirror of https://github.com/CGAL/cgal
update changes and bibtex file
This commit is contained in:
parent
53c52bc516
commit
2c961258cb
|
|
@ -545,6 +545,16 @@
|
|||
, year = ${CGAL_BUILD_YEAR4}
|
||||
}
|
||||
|
||||
@incollection{cgal:vl-sssr-${CGAL_RELEASE_YEAR_ID}
|
||||
, author = "Thijs van Lankveld"
|
||||
, title = "Scale-Space Surface Reconstruction"
|
||||
, publisher = "{CGAL Editorial Board}"
|
||||
, edition = "{${CGAL_CREATED_VERSION_NUM}}"
|
||||
, booktitle = "{CGAL} User and Reference Manual"
|
||||
, url = "http://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html#PkgScaleSpaceReconstruction3Summary"
|
||||
, year = ${CGAL_BUILD_YEAR4}
|
||||
}
|
||||
|
||||
@incollection{cgal:k-ssm3-${CGAL_RELEASE_YEAR_ID}
|
||||
, author = "Nico Kruithof"
|
||||
, title = "{3D} Skin Surface Meshing"
|
||||
|
|
|
|||
|
|
@ -125,6 +125,18 @@ and <code>src/</code> directories).
|
|||
defined for simple two-dimensional polygons.</li>
|
||||
</ul>
|
||||
|
||||
<h3>Scale-Space Surface Reconstruction (new package)</h3>
|
||||
<ul>
|
||||
<li>This new package provides a class gathering a dedicated smoothing
|
||||
algorithm and some convenience functions to help the creation of
|
||||
a surface out of a point set using the 3D Alpha Shapes package.
|
||||
The particularity of this reconstruction pipeline is that the
|
||||
input point are in the output and no new points are created.
|
||||
Note that in the current version, the output is a triangle soup
|
||||
that is not necessarily a valid (manifold) polyhedral surface.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>Triangulation (new package)</h3>
|
||||
<ul>
|
||||
<li>This new package provides classes for manipulating triangulations
|
||||
|
|
|
|||
Loading…
Reference in New Issue