摘要
MarchingCubes(MC)算法是一个被广泛应用的体数据等值面抽取算法。本文提出的MarchingBoxes(MB)算法结合显示所需精度,对MC算法作了优化,减少了由MC算法生成的三角面片数,使实时观察体数据成为可能。在保留图象细节的前提下,MB算法输出的三角面片数比MC算法减少了一半以上,从而加快了体数据的面绘制速度。
A widely used isosurface construction algorithm is called Marching Cubes Algorithm (MC), which produces triangle represented isosurface from volume data. The algorithm given in this article solves a problem in MC and gives half cut triangles in a volume data with no obvious quality deduction. The algorithm is called Marching Boxes Algorithm.
出处
《中国图象图形学报(A辑)》
CSCD
1997年第2期161-164,共4页
Journal of Image and Graphics
基金
国家自然科学基金
关键词
等值面
体数据
可视化
MC算法
图象处理
Isosurface, Volume data, Visualiztion, Marching cubes algorithm, Marching boxes algorithm