• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2011, Vol. 33 ›› Issue (3): 57-61.doi: 10.3969/j.issn.1007130X.2011.

• 论文 • 上一篇    下一篇

基于满二叉树分块策略的大规模数据场纹理映射体绘制算法

孙安玉,江贵平   

  1. (南方医科大学可视信息实验室,广东 广州 510515)
  • 收稿日期:2010-09-18 修回日期:2010-12-25 出版日期:2011-03-25 发布日期:2011-03-25
  • 作者简介:孙安玉(1983),男,山东临清人,硕士生,研究方向为快速体绘制技术、医学可视化与增强现实。江贵平(1971),男,江西上饶人,博士,教授,研究方向为可视化与增强现实、微光机电系统应用。
  • 基金资助:

    国家自然科学基金资助项目 (30970866)

Texture_Based Volume Rendering Using Full Binary Tree Partitioning for Large Datasets

SUN Anyu,JIANG Guiping   

  1. (Visual Information Laboratory,Southern Medical University,Guangzhou 510515,China)
  • Received:2010-09-18 Revised:2010-12-25 Online:2011-03-25 Published:2011-03-25

摘要:

针对纹理映射体绘制物理内存空间的限制,本文提出一种可在通用图形硬件上完成大规模数据场实时

体绘制的有效方法。该方法基于满二叉树纹理分块策略,利用GPU着色器可编程性,将纹理数据制作为一个

一维传递函数查找表和一个规模等同于体数据场的动态纹理工作集,有效提高了大规模数据场体绘制的实时

性。动态纹理工作集使用抽象分块与继承关系管理边界,通过计算层次化的方式降低了分块绘制时的计算及

动态纹理控制复杂度。实验表明,运用该算法可在普通PC上对远超过纹理内存的大规模体数据完成具有较好

实时性和较高质量的体绘制。

关键词: 满二叉树, 纹理分块, 体绘制, 三维纹理映射, GPGPU

Abstract:

In order to break through the limitation of GPU memory for the traditional

texture_based volume rendering, an effective technique utilizing 3D texture partitioning based

on full binary tree is presented for rendering largescale volume datasets interactively on

general purpose GPU . Using the Fragment Programming capability of commodity graphics cards,

the texture data is transferred to a 1D color lookup table and a working set of dynamic

texture datasets equivalent to the volume dataset size. The working set manages the boundaries

between blocks with the help of abstract partitioning and inherited attributes.The

experimental results show that this method is efficient for rendering largescale volume

datasets at an interactive rate on general purpose PCs.

Key words: full binary tree;texture partitioning;volume rendering;3D texture mapping;GPGPU