July 2004

BACK


Surface mesh reconstruction
from unorganized point clouds


Spatial subdivision methods using or referring to the Medial Axis


Regular point sets (Petitjean & Boyer)

  • General Properties
  • Regular 2D Point Sets
  • Regular 3D Point sets
  • Reference:

    Paper is available here: http://www.loria.fr/~petitjea/publications.html


    Critique of methods based on LFS (and smoothness):


    Goal:

    Assumptions:

    1. The sampling S is from an actual surface M.
       
    2. The sampling is "proper", i.e., there is enough samples points in high curvature areas, and try to avoid oversampling in low curvature areas.
       

    Contributions:

    1. Regular interpolants: Define a discrete equivalent of r-sampling, based on an analogue for piecewise-linear objects of the MA.
       
    2. Regularity of a point set can then be decided via the points alone.
       
    3. When applied to non-regular point sets, one needs to iteratively determine locally regular configurations of simplices.
       

    Definitions


    NB: No dangling edges allowed in closed interpolants.
    O will be assumed to be a closed interpolant of P.

    Simplex: Convex hull of a set of affine independent points (e.g., a vertex, an edge, a triangle, a tetrahedron, etc.).

    Star of a vertex p: set of simplices incident on p.

    NB: These are like the maximal (Delaunay) balls of each shock curve source (A_1^3-2's in 3D) associated to p.

    Discrete MA:

    Notes: