CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 光线投射算法

搜索资源列表

  1. raytracing

    0下载:
  2. 基于光线投射算法实现与三维场景的交互功能-light projection algorithm based on the realization of 3D scene and the interactive function
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:238851
    • 提供者:chen ru
  1. Ray-Casting

    1下载:
  2. 目前医学图像三维体绘制主要采用以下几中方法:光线投射算法(Ray—casting)、抛雪球算法(Splatting)和错切一变形算法(Shear warp) 三维纹理.本文只着重讲解第一种方法的实现原理及部分算法
  3. 所属分类:行业发展研究

    • 发布日期:2008-10-13
    • 文件大小:264757
    • 提供者:刘刚
  1. VOLVIS_VC

    0下载:
  2. 这是个三维体绘制的程序,算法是光线投射算法,存在的问题是速度不快。
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:73219
    • 提供者:王佳
  1. volvis

    0下载:
  2. 体视化程序,光线投射算法写的,VC++写的,很经典.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:916321
    • 提供者:qxj
  1. RayCasterCode基于光线投射算法的体绘制基数的应用

    0下载:
  2. 本代码是基于光线投射算法的体绘制基数的应用,其中包括KDTREE等加速算法。-This code is based on ray casting volume rendering algorithm for the application base, including KDTREE other acceleration algorithms.
  3. 所属分类:3D图形编程

    • 发布日期:2017-05-22
    • 文件大小:7064576
    • 提供者:eric
  1. 3Model.rar

    1下载:
  2. 基于小波变换的三维模型提取技术的毕业论文,包括代码和答辩ppt.1.实现了三维模型的表示和规范化预处理过程,在此基础上,开发了进行检索实验的可视化特征提取实验平台。 2.结合球面调和变换获取旋转不变量具有降低特征向量维数的特性,实现了基于光线投射的特征提取方法,通过检索评价实验确定了参数的最佳取值。 3.分析了基本的光线投射方法和改进的光线投射方法的缺陷,提出了一种基于三维小波变换的特征描述方法。对光线投射算法进行了扩展,将切比雪夫采样点序列进行离散小波变换,然后利用球面调和变换获得旋转不变
  3. 所属分类:3D图形编程

    • 发布日期:2017-05-11
    • 文件大小:2633111
    • 提供者:周光有
  1. raytrace

    0下载:
  2. 这是一个基于光线投射算法的三维重建小程序,使用了opengl的API,适用于3D初学者-This is a ray casting algorithm based on three-dimensional reconstruction of small, the use of opengl' s API, for 3D beginners
  3. 所属分类:OpenGL

    • 发布日期:2014-03-20
    • 文件大小:3328015
    • 提供者:eric
  1. Parallel_Performance_Measures_for_Volume_RayCastin

    0下载:
  2. 一篇在并行体绘制方面很不错的文章,包括了光线投射算法的分析,以及并行环境下负载平衡的算法-this article is about parallel volume rendering , including an analysis of ray-casting algorithm, and parallel load balancing algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:108816
    • 提供者:洪振刚
  1. raycasting_tutorial

    0下载:
  2. 光线投射算法实现 可使用输入体数据 内含raw格式数据-Ray-casting algorithm using the input data can be contained. Raw data format
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-21
    • 文件大小:6513776
    • 提供者:jay
  1. ray-casting

    0下载:
  2. 这个是在VC下实现的光线投射的体绘制算法,我已经在机子上实现了,要实现配置好底层的组件-This is achieved under the VC light projection volume rendering algorithm, I have realized in the machine, configured to realize the underlying component
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:1430
    • 提供者:xuanzheng
  1. Medical3d_volume_rendering

    0下载:
  2. 基于VTK的光线投射算法,可以进行一些常用参数的设置。-Light projection algorithm based on VTK, you can set some common parameters.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:11118
    • 提供者:zheng
  1. RayTrace

    1下载:
  2. 光线跟踪程序,即由光源发出的光到达景物表面后,产生反射和折射。光就改变方向,沿着反射方向和折射方向继续前进,直到遇到新的景物。光经场景景物间的多次反射、折射后投射到离视点最近的景物表面,最终进入人眼。由于实际光线跟踪算法的跟踪方向与光传播的方向是相反的,所以我们可以由视点向屏幕象素发出一根射线,与第一个景物相交后,在其反射与折射方向上分别进行跟踪,继续与第二个景物相交……重复上述过程,直到被跟踪的光线射出画面或跟踪深度达到某个设定的最大递归深度时,停止跟踪。-Ray tracing progra
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:564101
    • 提供者:wangge
  1. volumeRenderwithCUDA

    0下载:
  2. 利用nVidia推出的CUDA平台进行的体绘制程序(光线投射算法)-a programme with the platform CUDA republiced by nVidia (ray casting)
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-18
    • 文件大小:5077969
    • 提供者:walter
  1. vision

    0下载:
  2. 本代码是用VC++编写的基于光线投射算法的体绘制应用,其效果是一个人的头骨-The code is written using VC++ algorithm based on ray casting volume rendering applications, the effect of a person' s skull
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-25
    • 文件大小:8372549
    • 提供者:eric
  1. openglraycasting

    0下载:
  2. 这是一个基于OpenGL的光线投射算法的体绘制小程序,3D初学者可以借鉴学习-This is an OpenGL-based ray casting algorithm for volume rendering applet, 3D beginners can learn from
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4345837
    • 提供者:eric
  1. OpenGLPVOLVIS_VC

    0下载:
  2. 光线投射算法 三维重建体绘制比较典型算法之一(源码)-Ray casting volume rendering algorithm for three-dimensional reconstruction of typical algorithms (source)
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:73223
    • 提供者:李向东
  1. 4D-Volume-Rendering

    0下载:
  2. 4D Volume Rendering cuda 光线投射算法-4D Volume Rendering ray casting
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-06
    • 文件大小:1491771
    • 提供者:Joe
  1. ct

    2下载:
  2. 基于CT数据的三维重构。提出采用VTK库进行医学数据的可视化。论文中重点研究了表面绘制和体绘制两种绘制方法。表面绘制采用移动立方体算法(Marching Cubes)实现,体绘制则用光线投射算法(Ray-casting)实现,并且通过比较两种算法的结果讨论了他们的特点。-Based on the three-dimensional reconstruction of CT data.Proposed using the VTK library of medical data visualizat
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-03
    • 文件大小:1156892
    • 提供者:
  1. raycasting_tutorial

    0下载:
  2. opengl的光线投射算法,opengl的光线投射算法-opengl ray casting algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-21
    • 文件大小:6429016
    • 提供者:qlizhi
  1. RayCasting

    0下载:
  2. 光线投射算法的一个简单程序代码,简单的源代码,应用的为平行投影(ray-casting source code)
  3. 所属分类:C#编程

    • 发布日期:2017-12-31
    • 文件大小:124928
    • 提供者:未来19901020
« 12 »
搜珍网 www.dssz.com