LFS-Aware Surface Reconstruction from Unoriented 3D Point Clouds
Rao Fu, Kai Hormann, Pierre Alliez
TL;DR
This work tackles the challenge of producing isotropic triangle meshes from unoriented 3D point clouds by jointly estimating an implicit surface and an LFS-aware mesh sizing function, enabling direct mesh extraction without remeshing. The method combines a reach-aware multi-domain implicit function with a robust signing process and an LFS-based sizing strategy to generate adaptive, high-quality meshes, while preserving sharp features and resisting noise, outliers, and holes. Key contributions include a Voronoi-free LFS estimation that fuses curvature and shape diameter, a multi-domain implicit solver with signed robust distance, and a Delaunay-refinement-based meshing pipeline that enforces LFS-aware isotropy. Experimental results demonstrate robust performance across synthetic and real data, outperforming several baselines in reconstruction accuracy and preserving topology and features, with practical impact for CAD, simulations, and visualization.
Abstract
We present a novel approach for generating isotropic surface triangle meshes directly from unoriented 3D point clouds, with the mesh density adapting to the estimated local feature size (LFS). Popular reconstruction pipelines first reconstruct a dense mesh from the input point cloud and then apply remeshing to obtain an isotropic mesh. The sequential pipeline makes it hard to find a lower-density mesh while preserving more details. Instead, our approach reconstructs both an implicit function and an LFS-aware mesh sizing function directly from the input point cloud, which is then used to produce the final LFS-aware mesh without remeshing. We combine local curvature radius and shape diameter to estimate the LFS directly from the input point clouds. Additionally, we propose a new mesh solver to solve an implicit function whose zero level set delineates the surface without requiring normal orientation. The added value of our approach is generating isotropic meshes directly from 3D point clouds with an LFS-aware density, thus achieving a trade-off between geometric detail and mesh complexity. Our experiments also demonstrate the robustness of our method to noise, outliers, and missing data and can preserve sharp features for CAD point clouds.
