首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 78 毫秒
1.
体绘制方法是当前研究的一个热点问题,它的应用遍及医学、地质学、物理学、和科学计算等诸多领域。但目前它仍处于发展阶段,有许多问题都有待于进一步的研究。该文对体绘制方法中的若干算法进行了研究与比较,实现的算法是基于开发平台windows SDK,用C语言和原始的API编写Windows程序,以提供最佳的性能、最强大的功能和最大的灵活性。  相似文献   

2.
体绘制方法是当前研究的一个热点问题,它的应用遍及医学、地质学、物理学、和科学计算等诸多领域。但目前它仍处于发展阶段,有许多问题都有待于进一步的研究。该文对体绘制方法中的若干算法进行了研究与比较,实现的算法是基于开发平台windows SDK,用C语言和原始的API编写Windows程序,以提供最佳的性能、最强大的功能和最大的灵活性。  相似文献   

3.
提出了一种结合图像绘制和逆向光线跟踪的绘制算法来生成水面反射场景。首先,采用逆向光线跟踪方法获得视点所见水面反射场景点;然后在反射光线与场景相交点求解时,采用场景图像平面搜索,并将搜索到的图像平面象素点反向投影到观察坐标系求取光线与场景物体相交点以获取反射物颜色;最后按照Fresnel公式计算获得视点所见的水面上某点的颜色,通过对整个图像平面进行遍历,获得水面反射场景。使用该方法绘制的水面反射场景能够物理真实地模拟水面反射效果。对于波动水面附近或漂浮于水面上物体的反射场景,该方法较其它方法能够更好地获得物理真实的绘制结果。  相似文献   

4.
并行光线跟踪中的数据划分策略   总被引:1,自引:0,他引:1  
提出了一种新的场景数据分割方法,以待计算的象素点来决定场景数据的有效分割,克服了以往盲目分割数据所带来的光线在处理机间的频繁交换,从而减小了通信开销。  相似文献   

5.
体绘制过程中等距离采样在显示效果不理想的情况下,每减少一个采样步长会增加大量采样点,大大增加了体绘制过程中的计算负担。针对这个问题,提出了一种基于Monte-Carlo积分方法的光线投射实现的实时体绘制算法,采用Monte-Carlo积分方法解决了光照明方程中的积分问题。实验结果表明,在显示效果几乎一样的前提下,采用本文的方法绘制效率提高了十多帧。  相似文献   

6.
高效光线投射体绘制算法研究   总被引:2,自引:0,他引:2  
重点研究了体绘制算法具体实现过程。为提高图像质量,采用相邻梯度、高阶内插、简单过采样等方法,并提出数据分块、代码优化、跳采样等具体途径。上述方法的组合使用,取得了满意的效果。  相似文献   

7.
作为体绘制中的一个经典绘制算法,光线投射算法理论简单同时能产生高质量的图像,被广泛应用于医学图像可视化领域。但在绘制过程中有大量的投射光线和体素的重采样,导致绘制速度较为缓慢。为提高绘制的速度,文中提出一种高效的光线投射体绘制算法,通过引入碰撞检测技术减少投射光线的数目,避免冗余光线的采样计算,同时采用光线跳跃方法在碰撞检测包围盒内跳过对空体素的重采样,加快了光线合成的过程。实验结果表明,改进后的算法不仅能保证所需要的图像质量,还能大幅度地减少采样计算的时间,高效地提高绘制速度。  相似文献   

8.
针对特征信息抽取,在传统光线投影体绘制过程中引入深度参数,提出了一种基于深度的体绘制算法.通过深度及角度交互,指导特征信息及其上下文信息的绘制.该算法将采样点深度转换成相应深度强度值,按给定方法与已知透明度值合成,得到新透明度值.在此基础上再进行颜色值合成,生成图像.给出了结果,分析了采用算法前后的效果.  相似文献   

9.
体视化是地学信息三维可视化研究的前沿技术之一,体绘制算法的效率直接关系到体视化的效果。本文在研究已有光线投射体绘制改进算法的基础上,提出利用线性八叉树数据结构对光线投射体绘制算法进行改进研究,不仅实现了体数据的压缩。而且能对压缩体数据进行直接体视化。在PC机上的实验表明,该方法具有时间复杂度与数据复杂度基本无关的特点.加速效果明显。最后,文章指出了该方法的适用范围。  相似文献   

10.
彩色三维体数据场的直接体绘制方法   总被引:2,自引:0,他引:2  
提出基于光线投射和三维纹理映射的彩色体数据成像算法,研究如何从每个体素的R,G,B三元组映射成不透明度值,即不透明度转换函数。首先把原始的RGB色彩空间转换成LUV色彩空间;然后以亮度分量的中心差分来近似估计法向量,并应用Phong光照模型进行着色,根据亮度分量及其梯度等信息计算不透明度值;最后合成、累积颜色。对美国数字人男子照相彩色体数据分别采用两种算法进行实验。结果表明:基于光线投射的彩色体数据算法成像质量较高,可以表现体表毛细血管等细微结构,但速度较慢;基于三维纹理映射的彩色体数据成像算法速度较快,但成像质量适中。  相似文献   

11.
Interactive ray tracing for volume visualization   总被引:6,自引:0,他引:6  
Presents a brute-force ray-tracing system for interactive volume visualization. The system runs on a conventional (distributed) shared-memory multiprocessor machine. For each pixel, we trace a ray through a volume to compute the color for that pixel. Although this method has a high intrinsic computational cost, its simplicity and scalability make it ideal for large data sets on current high-end parallel systems. To gain efficiency, several optimizations are used, including a volume bricking scheme and a shallow data hierarchy. These optimizations are used in three separate visualization algorithms: isosurfacing of rectilinear data, isosurfacing of unstructured data, and maximum-intensity projection on rectilinear data. The system runs interactively (i.e. at several frames per second) on an SGI Reality Monster. The graphics capabilities of the Reality Monster are used only for display of the final color image  相似文献   

12.
The use of coherent ray tracing for physically accurate rendering   总被引:1,自引:0,他引:1  
As the power of modern microprocessors increases, the coherent ray tracing becomes increasingly popular in computer graphics because the use of SIMD instructions considerably speeds up this operation. However, after speeding up ray tracing, it turns out that other algorithms for physically accurate rendering, such as the calculation of illumination or application of texture, etc., become a bottleneck in improving the performance. In this paper, a coherent physically accurate rendering algorithm is proposed that makes use of SIMD instructions of modern processors at each stage of the image generation. Coherent algorithms for the calculation of illumination and materials, for antialiasing, and for tone mapping are presented. The comparison of the execution time of coherent and incoherent algorithms using benchmark scenes showed that the former are considerably faster.  相似文献   

13.
近年来计算机图形硬件性能不断提高,利用硬件来实现体绘制过程中的某些环节以获取交互的绘制速率成为可能,是目前体绘制的研究热点。描述了基于GPU的光线投射法、2D纹理映射法和3D纹理映射法等典型算法,给出了各类算法的分析与性能评价,最后实现相关算法并得出实验结果。  相似文献   

14.
This paper presents a real-time ray casting rendering algorithm for “volume clipping plane“ as an extension of the conventional ray casting technique.For each viewing direction a(moderate) pre-processing step is performed:the ray traverses the entire volume data (no early ray termination).Its intensity and opacity contributions are divided into several segments which are then sorted and stored by depth.At each sampling position along a segment,accumulated trans-parency and color are stored at a moderate memory overhead.For visualizing real-time volumeclipping,only relevant segment contributions (maximum two) at the location of the clipping plane are considered,thus reducing the calculation to meet real-time requirements.Compared with theprevious work that involves time-consuming re-clipping,re-traversing and re-shading,the proposed method achieves quality identical to ray casting at real-time speed.The performance is indepen-dent of the volume resolution and/or the number of clipping planes along a given viewing direction.Therefore it is suitable for real-time “internal volume inspections“,involving one or several cutting planes,typically applied e.g.,in medical visualization and material testing applications.  相似文献   

15.
GPU加速的八叉树体绘制算法   总被引:2,自引:0,他引:2  
提出一种针对物体空间为序体绘制的空域跳过算法:采用双层次空间跳过,先以规则的数据分块作粗略地跳过,再以八叉树获得更高粒度的优化。该方法进一步解决了超过可用纹理内存容量的大规模体数据实时绘制问题,允许实时改变传递函数。针对该算法引入的CPU高负载瓶颈,提出一种新算法,在图形处理器(GPU)内快速计算采样面片,平衡了CPU与GPU间的运算负载。结合上述两种算法,实现高效的大规模体数据绘制并无损图像质量。  相似文献   

16.
设计和实现了GPU上基于流的光线跟踪算法,采用一种基于线索二叉树的KD-Tree结构组织场景,避免了传统KD-Tree结构在遍历场景时在堆栈上的开销。算法在组织复杂场景上,优于利用传统KD-Tree和均匀剖分结构加速场景遍历的方法,在普通PC上实现了光线跟踪的快速渲染。  相似文献   

17.
目的 模拟绘制焦散效果是真实感图形绘制的重要组成部分。利用可编程GPU硬件,基于图像的光子映射方法绘制速度快,但由于使用了近似采样和计算,会产生失真。为了克服这一现象,针对理想的镜面反射、折射体,提出一种快速绘制焦散效果的方法(VOBPBT)。方法 该方法首次定义了光子路径映射图的概念,并提出通过基于虚顶点光子映射的光子束跟踪来准确构建光子路径映射图的方法;此外,方法也创新性地提出利用光子路径映射图来查找焦散三角形,创建焦散映射图的方法。结果 实验结果表明,本文绘制结果真实,可以处理多次递归反射、折射,能够绘制连贯的高频焦散效果,同时可以达到交互的绘制性能。结论 本文VOBPBT方法在可交互计算机仿真、计算机游戏、虚拟漫游等应用领域具有一定的实用价值。  相似文献   

18.
We propose a method to accelerate direct volume rendering using programmable graphics hardware (GPU). In the method, texture slices are grouped together to form a texture slab. Rendering non-empty slabs from front to back viewing order generates the resultant image. Considering each pixel of the image as a ray, slab silhouette maps (SSMs) are used to skip empty spaces along the ray direction per pixel basis. Additionally, SSMs contain terminated ray information. The method relies on hardware z-occlusion culling and hardware occlusion queries to accelerate ray traversals. The advantage of this method is that SSMs are created on the fly by the GPU without any pre-processing. The cost of generating the acceleration structure is very small with respect to the total rendering time.  相似文献   

19.
提出基于平滑粒子流体力学的自由界面流体模拟方法,采用了范德瓦尔斯方程与粒子间短距离排斥力和长距离吸引力作用的表面张力,设计出基于GPU的粒子泼溅算法。渲染算法完全消除了时间离散假象,具有交互式的高质量渲染效果。与传统拉格朗日算法相比,该方法具有简化的表面张力模型,快速的渲染方式,减小了运算的复杂性,有效提高了系统的运行速度。  相似文献   

20.
A hybrid ray tracer for rendering polygon and volume data   总被引:7,自引:0,他引:7  
Volume rendering, a technique for visualizing sampled functions of three spatial dimensions by computing 2-D projections of a colored semitransparent volume, is extended to handle polygonally defined objects. A hybrid ray-tracing algorithm, whereby rays are simultaneously cast through a set of polygons and a volume data array, is used. Samples of each are drawn at equally spaced intervals along the rays, and the resulting colors and opacities are composited together in depth-sorted order. To avoid aliasing of polygonal edges at modest computational expense, a form of selective supersampling is used. To avoid errors in visibility at polygon-volume intersections, special treatment is given to volume samples lying immediately in front of and behind polygons. The cost, image quality, and versatility of the algorithm are evaluated using data from 3-D medical imaging applications  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号