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

搜索资源列表

  1. RayTracing Code

    1下载:
  2. 光线跟踪(ray tracing)算法程序的实现,用vc++编写,功能特强-Ray Tracing (ray tracing) algorithm to achieve the procedures used to prepare vc, functions exceptionally strong
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1201286
    • 提供者:陈学峰
  1. tracing

    1下载:
  2. 本工程是一个关于计算机图形光线跟踪的算法,由于是本人教早的作品所以只做了球型物体的光线跟踪以及物体的高亮设计、环境光设计、光线反射等设置。-this is a project on computer graphics ray tracing algorithm Since I work in the morning so the ball off the light in tracking objects and objects highlighted design, Optical desig
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:57300
    • 提供者:ccyong123
  1. 2008721_

    0下载:
  2. vfp9:狐友bapi经过2天昼夜奋战终于初步搞定视频捕捉.通过相邻两副图象的差分分割出运动目标,然后使用CAMSHIFT算法跟踪.经过测试,可以很好的适应不同环境,基本不受光线变化的影响.跟踪稳定,实现了动态跟踪的目标.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1187008
    • 提供者:redvfp
  1. raytracer7

    1下载:
  2. 顶级的光线跟踪例程,使用了了加速光线跟踪的算法。
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:58028
    • 提供者:高林
  1. gpuray-0.91

    1下载:
  2. Standford大学开发的GPU光线跟踪程序,实现了基于GPU的KDTree算法,需要Brook+编译运行-Standford University, the development of GPU ray-tracing program, enables GPU-based algorithms KDTree need to run the Brook+ compiler
  3. 所属分类:OpenGL

    • 发布日期:2013-07-09
    • 文件大小:36410601
    • 提供者:william
  1. AI-01intoduction

    0下载:
  2. 1. 实现深度缓存(z-buffer)算法. 输入数据是简单的多边形网格. 2. 实现简单的光线跟踪(Ray-tracing)算法. 输入应包含多边形网格(多面体)和圆. -1. To achieve the depth buffer (z-buffer) algorithm. Input data is a simple polygon mesh. 2. To achieve a simple ray tracing (Ray-tracing) algorithm. Polyg
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1738695
    • 提供者:ll
  1. AI-03SolvingProblembySerching

    0下载:
  2. 1. 实现深度缓存(z-buffer)算法. 输入数据是简单的多边形网格. 2. 实现简单的光线跟踪(Ray-tracing)算法. 输入应包含多边形网格(多面体)和圆. -1. To achieve the depth buffer (z-buffer) algorithm. Input data is a simple polygon mesh. 2. To achieve a simple ray tracing (Ray-tracing) algorithm. Polyg
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:897316
    • 提供者:ll
  1. raytracer1

    0下载:
  2. 光线跟踪基本算法,给出了实现光线跟踪的基本框架-Basic algorithm of ray tracing, ray tracing is given a basic framework for achieving
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:11369
    • 提供者:lee
  1. 1

    0下载:
  2. 常见的一些动态场景,光线跟踪在动态场景中的应用若干解决方法,光线跟踪的加速算法。-Light tracing rendering system of some optimization technology to some common dynamic scene, the light track in the application of dynamic scene some solutions, light tracing the speeding up of the algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:656922
    • 提供者:程野
  1. HzRayTracing

    0下载:
  2. 图形学,光线跟踪的算法C++实现,效果很不错。-Graphics, ray tracing implementation, the effect is very good.
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:88016
    • 提供者:Bell
  1. raytrace

    0下载:
  2. 光线跟踪内容,计算机图形学光照算法的引申内容-Light trace content, computer graphics, illumination extended the content of the algorithm
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-25
    • 文件大小:63143
    • 提供者:且一
  1. 4561dc335cef

    0下载:
  2. 光线跟踪算法,实现图形真实感,实现遮挡,反射光,漫反射,镜面反射-Ray tracing algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-25
    • 文件大小:244310
    • 提供者:chenxu
  1. 98026493RayTracing

    0下载:
  2. 光线跟踪是一种真实地显示物体的方法,该方法由Apple在1968年提出。光线跟踪方法沿着到达视点的光线的反方向跟踪,经过屏幕上每一个象素,找出与视线相交的物体表面点P0,并继续跟踪,找出影响P0点光强的所有光源,从而算出P0点上精确的光线强度,在材质编辑中经常用来表现镜面效果。光线跟踪或 称光迹追踪是计算机图形学的核心算法之一。在算法中,光线从光源被抛射出来,当他们经过物体表面的时候,对他们应用种种符合物理光学定律的变换。最终,光线进入虚拟的摄像机底片中,图片被生成出来。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:88668
    • 提供者:
  1. RayTracing

    0下载:
  2. 基于平行投影和透视投影的光线跟踪算法,该算法又有DRR,SSD,MIP三种计算方法。所有代码均为原创。-Based on parallel projection and perspective projection ray tracing algorithm, which have DRR, SSD, MIP three calculation methods. All codes are original.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-12
    • 文件大小:19183091
    • 提供者:张喆
  1. RayTracer

    0下载:
  2. 经典的光线跟踪算法的实现,MFC实现,提供3个小球(两大一小)来进行渲染-Achieve classic ray tracing algorithm, MFC implementation, provide three balls (two small) to render
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-04
    • 文件大小:166540
    • 提供者:Allen
  1. realistic-ray-tracing

    0下载:
  2. 光线追踪算法源代码,用于渲染光线图片,内部包括包围盒算法,光线跟踪器,镜面反射,阴影以及栅格原理-realist ray tracing
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-04
    • 文件大小:49228
    • 提供者:张耀
  1. guangxian

    0下载:
  2. 实验代码 用C语言实现光线跟踪算法 实验结果比较粗糙 适合新手 作业-Experimental code using C language prepared ray tracing algorithm comparison rough suitable novice
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3216
    • 提供者:ggx
  1. EBCTN8

    0下载:
  2. 实现光线跟踪算法,具有光照效果 不错的源码 很好-Ray tracing algorithm, has the light effect is very good good source
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-16
    • 文件大小:134144
    • 提供者:Lhnwgh
  1. tnn7_code_201212141110

    2下载:
  2. 人脸检测与跟踪是一个重要而活跃的研究领域,它在视频监控、生物特征识别、视频编码等领域有着广泛的应用前景。该项目的目标是在FPGA板上实现实时系统来检测和跟踪人脸。人脸检测算法包括肤色分割和图像滤波。通过计算被检测区域的质心来确定人脸的位置。该算法的软件版本独立实现,并在matlab的静止图像上进行测试。虽然从MATLAB到Verilog的转换没有预期的那样顺利,实验结果证明了实时系统的准确性和有效性,甚至在不同的光线、面部姿态和肤色的条件下也是如此。所有硬件实现的计算都是以最小的计算量实时完成的
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-22
    • 文件大小:63488
    • 提供者:合发
  1. 光线跟踪

    2下载:
  2. 通过创建MFC项目,运用底层算法,使用C++编程语言,通过由人眼发送光线,对光线进行跟踪,分析物体的折射率,反射率,透射率,以及物体自身的颜色,并考虑环境光,太阳光等,将物体渲染出来
  3. 所属分类:图形图像处理(光照,映射..)

« 1 2 3 4 5»
搜珍网 www.dssz.com