July 2004

TOP


Surface mesh reconstruction
from unorganized point clouds


Spatial subdivision methods using or referring to the Medial Axis


Summary on regularity

 

Comments: The above are not general enough to tackle precisely non-regular samplings, which are commonly encountered in practice.

  1. In particular, when two distinct surface patches come close to each other, s.t. that this distance is similar to the sampling radius, the above methods must introduced a posteriori heuristics to try to fix locally the mesh.
     
  2. Negative curvature sampled patches and nearly flat patches create problems (a tiny maximal ball can always be fitted between 4 sample points nearly on an equatorial plane).
     
  3. The notion of a hole in the data is not always well characterized; but, in practice, there are holes in the scans ... and this should probably be recognized as such, rather than filled-in in some ad'hoc manner. The power-crust of Amenta et al. addresses this issue however (pairs of inner and outer polar balls which intersect "deeply" are significant of holes and removed from the surface reconstruction).
     
  4. None of these recent methods refer or use the original definition of the medial axis (by Blum; circa 1962).
     
  5. Degenerate configurations are bypassed. Is this reasonable? probably. Is it desirable? probably not. CAD-like objects and uniform samplings are useful. Higher order symmetries (although unstable) are also useful for recognition purposes (e.g., a sphere ought to be represented by a single point: its center).
     
  6. Non-smooth surfaces and objects are in theory rejected. Again, is this desirable in applications?
     


TOP

 

Last Updated: July 8, 2004