Simplifying Marching Cubes Algorithm By Subdivision

Xx Liang,Cm Zhang
2003-01-01
Abstract:Based on the properties of hyperbolas and their asymptotes, a solution for triangulating the boundary polygons in Marching Cubes (MC) algorithm is proposed. The boundary polygon on a cube with ambiguity is correctly triangulated by subdivision. The triangles produced by subdivision are correct in the sense that all the vertices of the triangles are on the original isosurface. The subdivision has advantages in that (1) it makes the triangles approximate the original isosurface better; (2) the number of topologically different patterns could be reduced to 8, which enables a smaller lookup table and a more efficient coding. For the internal ambiguity brought forward by Natarajan, the result in this paper is that based on trilinear interpolation, there is no internal ambiguity.
What problem does this paper attempt to address?