Technical Section: Accelerated MIP based on GPU using block clipping and occlusion query

  • Authors:
  • Heewon Kye;DongKyun Jeong

  • Affiliations:
  • Information System Engineering, Samsun-dong 3-ga 389, SungBuk-gu, Seoul 136-792, Republic of Korea;School of Electrical Engineering and Computer Science, Seoul National University, San 56-1, Shinlim-dong Kwanak-gu, Seoul 151-742, Republic of Korea

  • Venue:
  • Computers and Graphics
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present an acceleration method for maximum intensity projection (MIP) based on graphics processing units (GPUs). To enhance the cache efficiency of the GPU, we divide volume data into equal blocks without memory reordering overhead, and seam on the block boundary. Then, we perform visibility culling on each block to reduce data size during runtime. For efficient visibility culling, we propose a new method using occlusion query, which is a function supported by GPUs. Because this has some drawbacks such as requiring depth buffer, long latency and asynchronous functionality, we present suitable adaptations and experiments for optimal performance. The algorithm achieves good performance improvement without image degradation.