CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Ray-Casting

搜索资源列表

  1. HomeWorkRayCasting

    0下载:
  2. 这个是 MIT 大学的计算机图形学 的作业:光线投射Ray Casting 的源码,是我自己编写的。直接运行里面的run.bat可以产生外面的图形(exe 不能直接运行)。这个源码是基于opengl的,演示了opengl里面的光线投射的原理。-This is the MIT Computer Graphics University of operations: projection of Ray Casting light source, is what I have written. Dire
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:1012744
    • 提供者:
  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. Rsimpleraycasa

    0下载:
  2. 光线投射法三维重建,,基于VTK的简单例程 -Three-dimensional reconstruction of the ray casting method, simple routines based on VTK
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6937
    • 提供者:nanyi5452
  1. Render

    1下载:
  2. 用vtk+QT实现的MarchingCubes面绘制和光线投射体绘制,图形化洁面。-Surfacce rendering with MarchingCubes, Volume rendering with ray-casting, using QT+ VTK
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:10266
    • 提供者:ruan
  1. VTK-Raycast-3Dconstruction

    0下载:
  2. 基于VTK使用光线投射算法实现医学三维体绘制,含DICOM绘制源数据-Medical 3D volume rendering using ray casting algorithm based on VTK, containing DICOM draw source data
  3. 所属分类:3D Graphic

    • 发布日期:2016-05-07
    • 文件大小:7934976
    • 提供者:wangbin
  1. RayTracing

    0下载:
  2. Ray Casting visible surfaces of objects are found by throwing (or casting) rays of light from the viewer into the scene Ray Tracing Extension to Ray casting Recursively cast rays from the points of intersection
  3. 所属分类:Communication

    • 发布日期:2017-11-06
    • 文件大小:1412569
    • 提供者:homa
  1. VTK-based-on-VCPP

    2下载:
  2. 首先介绍了医学图像三维重建的面绘制与体绘制方法,讨论了两种绘制方法的思想和优缺点,对常用的Marching Cubes算法和Ray Casting算法的原理和实现过程进行了阐述,并分析了可视化工具包VTK的实现机制。在VC++6.0平台下,结合可视化工具包VTK,分别基于Marching Cubes算法和Ray Casting算法对DICOM格式的CT图像序列进行三维重建,并给出了其实现的关键算法和3D可视化结果。通过人机交互,实现对重建后三维医学图像的旋转、缩放、平移等简单的交互操作。其次,通
  3. 所属分类:software engineering

    • 发布日期:2015-02-03
    • 文件大小:4524032
    • 提供者:邹春华
  1. RayCasting

    0下载:
  2. 基于opengl实现的体绘制算法--光线投射算法(ray-casting),程序主要为ray-casting的实现程序。-On opengl achieve volume rendering algorithm- ray-casting algorithm (ray-casting), the program mainly for ray-casting the realization process.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:253780
    • 提供者:莉莉
  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. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1475
    • 提供者:beunvei
  1. problem2

    0下载:
  2. 生成3个六面体 长短不一 现实在屏幕中央 用户点击任何一个 会弹出新的窗口 对用户点击的立方体进行仔细观察 可以通过上下左右键进行各个方向的旋转 通过‘s’键 就会退出仔细观察模式 ‘space’键 三个立方体会回到初始的样子 ‘Esc’键 程序关闭-In this problem,some function is already inluded in the problem 1. In the second problem,I also used the function prov
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-06
    • 文件大小:136098
    • 提供者:GE ZHANG
  1. 894907

    0下载:
  2. 研究了光线投射法的改进算法,提出了一种基于距离模板的空间跳跃光线投射改进算 法,并实现了CT数据的体绘制重建。-Improved algorithm to study the ray casting method, a new template based on the spatial distance jump ray casting improved algorithm, and realized the body CT data rendering reconstruction.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:594660
    • 提供者:clara2012
  1. RayCasting-opengl

    1下载:
  2. opengl实现的体绘制算法 光线投射算法,本程序提供了数据生成接口,以及已经生成好的测试数据。-opengl achieve volume rendering algorithms- ray-casting algorithm, this program provides data generation interface, and have generated good test data.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-01
    • 文件大小:818230
    • 提供者:fengjing
  1. 19.)-3D-Picking-Pt.-2

    0下载:
  2. 该模型主要是进行3D模型任一点的拾取功能,常用的方法是使用一屏幕上的包围盒去拾取鼠标的点击物体,而我们使用的是光线投射方法。-This tutorial is the continuation of the first tutorial 3D Picking Part1, where we used a bounding box rendered “behind the scenes” to find an object user has clicked on. Problem of this
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-16
    • 文件大小:3936094
    • 提供者:PengLei
  1. ass1

    0下载:
  2. ray-tracing , ray-casting and Z-buffring test
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-12
    • 文件大小:19617813
    • 提供者:sooma
  1. raycasting

    0下载:
  2. 实现了光线投射模型,主要通过体积绘制的方法将空间中的物体绘制在显示屏幕上-Ray-casting model realized mainly by a volume rendering method of drawing an object in space on a display screen
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:3284
    • 提供者:孙宸
  1. vtkFixedPointRayCastImage

    0下载:
  2. 主要用于基于vtk平台上的光线投射算法。可以完美运行。(It is mainly used for ray casting algorithm based on VTK platform)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:slhlde
  1. tx4

    0下载:
  2. 计算机图形学作业,包括光线追踪和光线投射等功能,对学计算机图形学的同学很有帮助(Computer graphics operations, including ray tracing and ray casting and other functions, helps students learn computer graphics)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-23
    • 文件大小:1900544
    • 提供者:黄烦烦
« 1 2 3»
搜珍网 www.dssz.com