A Triangular Mesh Reconstruction Algorithm for Points Cloud

Hongbiao Dong
2005-01-01
Abstract:Based on region-growing idea, a triangular mesh reconstruction algorithm for points cloud is presented. The algorithm first organizesthe point cloud into hash table of voxels in voxel grid. Then after determined the seed triangles and the origin active edges, the algorithm searches anew point to form a new triangle with a active edge until the active edge list is empty and the triangular mesh grows. At last the algorithm merges theedges, calculates the nomal of each vertex for each triangle and the triangular mesh is reconstructed.
What problem does this paper attempt to address?