Commit Graph

6 Commits

Author SHA1 Message Date
Laurent Saboret 54c707b1b0 Added traces of the memory currently allocated (using CGAL::Memory_sizer) 2008-08-11 15:42:07 +00:00
Laurent Saboret 382f4df403 Package:
Integrated point set simplification by clustering.
Implemented random point set simplification.
Implemented variant mutating the point set for point set simplification and outliers removal algorithms.

MFC demo:
Point set simplification and outliers removal algorithms select now the points to delete, instead of deleting them directly. This gives a chance to adjust the parameters before deletion.
2 new menu items related: "Delete selection" and "Reset selection".
Normals orientation algorithms select now flipped normals.
Fixed bug in merge_epsilon_nearest_points_3().
2008-07-08 15:01:10 +00:00
Pierre Alliez 24d0377019 Reconstruction: rename K to KNN (confusing with kernel)
Added comments to outlier technique + point with normal
2008-04-28 09:23:01 +00:00
Laurent Saboret f6e9627800 Minor changes (mostly replaced tabs by spaces). 2008-04-24 12:18:12 +00:00
Laurent Saboret 4957487b7f Implemented normals orientation algorithm described in "Surface reconstruction from unorganized points" (Hoppe92) using a Minimum Spanning Tree. 2008-04-10 18:25:48 +00:00
Laurent Saboret d98393b710 Moved Surface_reconstruction_3 package to trunk 2008-03-21 16:13:19 +00:00