Surface Reconstruction from Unorganized Points
Hugues Hoppe, Tony DeRose, Tom Duchamp, John McDonald, Werner Stuetzle
Problem:
Construct a smooth surface out of an unordered set of data points.
Algorithm:
Associate an oriented plane with each data point
Potentially reverse the normals of each tangent plane to achieve consistent orientation
Trace contours with a "marching cubes" algorithm.
Pros and Cons...