关于光线投射算法的OpenGL高效实现

OpenGL Effective Implementation of Ray Casting Volume Rendering Algorithm

  • 摘要: 采用光线投射算法对二维(2D)图片实现三维(3D)重建,用3线性插值算法计算每个采样点的颜色值和不透明度,提高三维重建图像后的精度。该算法实现主要借助于OpenGL函数库及其三维观察矩阵,以其精确计算规则三维数据场在观察方向上的二维投影区域,减少了光线投射算法中投射光线数量。根据Phone光照模型为数据场预先计算和保存明暗表,并通过优化常规现实代码,有效地提高了光线投射体绘制算法的效率。该算法既保证了精度,又提高了显示的速度。

     

    Abstract: The paper use mainly ray casting algorithm to convert the 2D image to 3D image. We use tri-linear interpolation algorithm to calculate the color and opacity of the sampling in order to improve the accuracy of 3 D reconstruction. The algorithm caculates the accurate projective region of 3D regular data field based on the OpenGL library and its 3D view matrices. Consequently it reduces the amount of rays in ray casting algorithm. This method also computes shading tables for the data field in advance according to the light of phone illumination model. In addition, the regular implementation codes of the algorithm are optimized. These stategies work together to speed up the ray casting volume rendering algorithm effectively. The algorithm improve not only the accuracy of 3D reconstruction but also the effective of 3D reconstruction.

     

/

返回文章
返回