Related Experiment Videos
Tetrahedralization of point sets using expanding spheres.
1Xerox Corp, Rochester, NY 14580, USA. mmaltz@crt.xerox.com
IEEE Transactions on Visualization and Computer Graphics
|January 6, 2005
Summary
The expanding sphere algorithm efficiently generates alpha shape tetrahedralizations for point sets. This robust method creates surface triangulations and identifies isolated points, proving effective for uniformly distributed data.
Area of Science:
- Computational Geometry
- Computer Graphics
- Data Analysis
Background:
- Alpha shapes are a generalization of the convex hull that capture the topology of a point set.
- Tetrahedralization is crucial for volumetric modeling and finite element analysis.
- Existing methods can be computationally intensive, especially for large datasets.
Purpose of the Study:
- To introduce and evaluate the expanding sphere algorithm for computing alpha shape tetrahedralizations.
- To provide a robust and efficient method for surface triangulation of point sets.
- To handle cases with isolated points and multiple objects within a dataset.
Main Methods:
- The algorithm starts with a seed tetrahedron and iteratively expands a circumscribing sphere.
- Faces are processed by squeezing the sphere; new tetrahedra are formed upon contact with points.
- Unprocessed faces indicate object surfaces, and leftover points are collected separately.
Main Results:
- The algorithm successfully generates alpha shape tetrahedralizations and surface triangulations for each object.
- It efficiently handles uniformly distributed point sets with linear running time.
- The local operations ensure robustness and the ability to identify extra points.
Conclusions:
- The expanding sphere algorithm offers an efficient and robust solution for alpha shape tetrahedralization.
- It provides a valuable tool for surface reconstruction and volumetric modeling from point clouds.
- The method's performance is particularly strong for uniformly distributed point data.