From f9283d5bdd089b84edcaa1dbb94e11b8f0fe0759 Mon Sep 17 00:00:00 2001 From: Laurent Saboret Date: Fri, 11 Apr 2008 11:17:00 +0000 Subject: [PATCH] Update based on minutes of the 03/14/2008 meeting --- .../Surface_reconstruction_3/workflow.txt | 41 +++++++++++++------ 1 file changed, 28 insertions(+), 13 deletions(-) diff --git a/Surface_reconstruction_3/package_info/Surface_reconstruction_3/workflow.txt b/Surface_reconstruction_3/package_info/Surface_reconstruction_3/workflow.txt index e2885b49f36..98c767246a9 100644 --- a/Surface_reconstruction_3/package_info/Surface_reconstruction_3/workflow.txt +++ b/Surface_reconstruction_3/package_info/Surface_reconstruction_3/workflow.txt @@ -2,32 +2,47 @@ Analysis - len diag of bbox, etc., see bounding_box(begin,beyond) in PCA component - average spacing (KNN) - std statistical measures: centroid(begin,beyond), std dev, etc. -- lfs estimate (pole approach + arbitrary query points using KNN) +- lfs estimate (pole approach + arbitrary query points using KNN) (pierre) Processing -- smoothing (via jet-fitting + reprojection) -- outlier removal (to check which one is easy with CGAL components) +- smoothing (via jet-fitting + reprojection) (pierre) +- outlier removal (to check which one is easy with CGAL components) (laurent) +- decimate point sets (laurent) Normal estimation -- KNN + point-based PCA -- KNN + jet fitting -- Voronoi + pole (pierre) +- KNN + point-based PCA (done) +- KNN + jet fitting (done) +- Voronoi + poles (pierre) - Voronoi + tet-based PCA (pierre) Normal orientation -- MST (laurent) +- MST (done) - pole-based (frederic?) Implicit function -- Poisson -- Algebraic point set surfaces +- Poisson (done) +- Algebraic point set surfaces (laurent) -Contouring -- Delaunay refinement & filtering -- Marching Cubes ? +Implicit function contouring +- Delaunay refinement & filtering (Surface_mesher) (done) +- Integration of Marching Cubes? (laurent) + +Delaunay-based contouring +- Integration of "Da - Cohen-Steiner" (laurent) -In addition: Integration of "Da - Cohen-Steiner" +In addition: + +Concepts +- ReconstructionImplicitFunction concept (to be refined) (laurent) +- Algorithms are independent global functions (no concepts) +- Output formats concept to be defined (laurent?) + +Demos, examples and tests +- Command line tests (pierre + laurent) +- MFC demo (to be removed?) (laurent) +- Qt demo (laurent) +