Title :
Exploiting triangulated surface extraction using tetrahedral decomposition
Author :
Guéziec, André ; Hummel, Robert
Author_Institution :
IBM Thomas J. Watson Res. Center, Yorktown Heights, NY, USA
fDate :
12/1/1995 12:00:00 AM
Abstract :
Beginning with digitized volumetric data, we wish to rapidly and efficiently extract and represent surfaces defined as isosurfaces in the interpolated data. The Marching Cubes algorithm is a standard approach to this problem. We instead perform a decomposition of each 8-cell associated with a voxel into five tetrahedra. We guarantee the resulting surface representation to be closed and oriented, defined by a valid triangulation of the surface of the body, which in turn is presented as a collection of tetrahedra. The entire surface is “wrapped” by a collection of triangles, which form a graph structure, and where each triangle is contained within a single tetrahedron. The representation is similar to the homology theory that uses simplices embedded in a manifold to define a closed curve within each tetrahedron. We introduce data structures based upon a new encoding of the tetrahedra that are at least four times more compact than the standard data structures using vertices and triangles. For parallel computing and improved cache performance, the vertex information is stored local to the tetrahedra. We can distribute the vertices in such a way that no tetrahedron ever contains more than one vertex, We give methods to evaluate surface curvatures and principal directions at each vertex, whenever these quantities are defined. Finally, we outline a method for simplifying the surface, that is reducing the vertex count while preserving the geometry. We compare the characteristics of our methods with an 8-cell based method, and show results of surface extractions from CT-scans and MR-scans at full resolution
Keywords :
computational geometry; data structures; data visualisation; image representation; interpolation; CT-scans; MR-scans; Marching Cubes algorithm; cache performance; data structures; digitized volumetric data; full resolution; geometry; graph structure; interpolation; isosurfaces; parallel computing; surface curvatures; surface extraction; surface representation; tetrahedra; tetrahedral decomposition; triangulated surface extraction; triangulation; Data mining; Data structures; Encoding; Geometry; Isosurfaces; Parallel processing; Surgery; Testing;
Journal_Title :
Visualization and Computer Graphics, IEEE Transactions on
DOI :
10.1109/2945.485620