Marching cubes: a high resolution 3D surface construction algorithm
Marching cubes: a high resolution 3D surface construction algorithm
复制标题
DOI:
10.1145/280811.281026
复制
发表时间:
1998-07
期刊:
影响因子:
--
通讯作者:
W. Lorensen;H. Cline
中科院分区:
文献类型:
--
作者:
W. Lorensen;H. Cline
We present a new algorithm, called marching cubes, that creates triangle models of constant density surfaces from 3D medical data. Using a divide-and-conquer approach to generate inter-slice connectivity, we create a case table that defines triangle topology. The algorithm processes the 3D medical data in scan-line order and calculates triangle vertices using linear interpolation. We find the gradient of the original data, normalize it, and use it as a basis for shading the models. The detail in images produced from the generated surface models is the result of maintaining the inter-slice connectivity, surface data, and gradient information present in the original 3D data. Results from computed tomography (CT), magnetic resonance (MR), and single-photon emission computed tomography (SPECT) illustrate the quality and functionality of marching cubes. We also discuss improvements that decrease processing time and add solid modeling capabilities.