A "Group Marching Cube" (GMC) Algorithm for Speeding up the Marching Cube Algorithm

  • CHEN Lih-Shyang
    Department of Electrical Engineering, National Cheng Kung University
  • LAY Young-Jinn
    Department of Electrical Engineering, National Cheng Kung University
  • HUANG Je-Bin
    Department of Electrical Engineering, National Cheng Kung University
  • CHEN Yan-De
    Department of Electrical Engineering, National Cheng Kung University
  • CHANG Ku-Yaw
    Department of Computer Science and Information Engineering, Da-Yeh University
  • CHEN Shao-Jer
    Buddhist Tzu Chi General Hospital

この論文をさがす

抄録

Although the Marching Cube (MC) algorithm is very popular for displaying images of voxel-based objects, its slow surface extraction process is usually considered to be one of its major disadvantages. It was pointed out that for the original MC algorithm, we can limit vertex calculations to once per vertex to speed up the surface extraction process, however, it did not mention how this process could be done efficiently. Neither was the reuse of these MC vertices looked into seriously in the literature. In this paper, we propose a “Group Marching Cube” (GMC) algorithm, to reduce the time needed for the vertex identification process, which is part of the surface extraction process. Since most of the triangle-vertices of an iso-surface are shared by many MC triangles, the vertex identification process can avoid the duplication of the vertices in the vertex array of the resultant triangle data. The MC algorithm is usually done through a hash table mechanism proposed in the literature and used by many software systems. Our proposed GMC algorithm considers a group of voxels simultaneously for the application of the MC algorithm to explore interesting features of the original MC algorithm that have not been discussed in the literature. Based on our experiments, for an object with more than 1 million vertices, the GMC algorithm is 3 to more than 10 times faster than the algorithm using a hash table. Another significant advantage of GMC is its compatibility with other algorithms that accelerate the MC algorithm. Together, the overall performance of the original MC algorithm is promoted even further.

収録刊行物

参考文献 (33)*注記

もっと見る

詳細情報 詳細情報について

問題の指摘

ページトップへ