CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenGL 搜索资源 - 检测算法

搜索资源列表

  1. A11_collision-check

    0下载:
  2. 碰撞检测算法以及如何用精简的c语言实现,对学生学习OpenGL有帮助-collision detection algorithms, and how to streamline the c language, students learn to help OpenGL
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:19475
    • 提供者:高大大
  1. CollisionDetection

    0下载:
  2. 图形处理中的碰撞检测算法的OpenGL实现
  3. 所属分类:OpenGL

    • 发布日期:2014-01-16
    • 文件大小:383234
    • 提供者:leehomebuaa
  1. Collision-detection

    0下载:
  2. 采用vc2010环境,用opengl编写,应用碰撞检测算法,模拟简单粒子系统。-Using vc2010 environment, written with opengl, collision detection algorithm applied to simulate simple particle system.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:215471
    • 提供者:ddz
  1. opengl_detect

    0下载:
  2. opengl 盒状碰撞检测算法,同时带有opengl简单的学习框架-opengle detect
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:19240
    • 提供者:徐焕东
  1. TRshadow

    1下载:
  2. 历史上阴影检测算法的归纳总结,对初学和使用阴影检测很有帮助- The history of the shadow detection algorithm summary of the learning and use of shadow detection very helpful
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-26
    • 文件大小:9214909
    • 提供者:Wujing
  1. HarrisCorner

    0下载:
  2. harris角点检测算法,利用vc++实现,对于后续三维重建匹配有帮助-harris corner detection algorithm, using vc++ to achieve, for the follow-up to help match the three-dimensional reconstruction
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2295480
    • 提供者:丁一一
  1. MyCollision2

    0下载:
  2. OpenGL碰撞检测算法,运动的球与平面之间的碰撞,与圆柱之间的碰撞。-OpenGL collision detection algorithm, movement between the ball and the plane collision, the collision between the cylinder.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-21
    • 文件大小:6400819
    • 提供者:xiaoyun
  1. GPU-Gems-3

    0下载:
  2. 《GPU精粹3》是GPU精粹系列畅销书的第三卷,展示了当今最前沿的图形处理单元(GPU)编程技术。现代GPU的可编程性让开发者不仅可以在自己的岗位上迅速脱颖而出,更使得他们可以在非图形应用程序中运用GPU的卓越处理能力,例如,物理仿真、金融分析,甚至是病毒检测——尤其是在cuDA体系结构下。图形学仍然是GPU主要应用领域,通过学习《GPU精粹3》,读者会惊喜地发现一些最新的算法,使用它们可以创建非常真实的角色,实现更逼真的光照效果,以及完成绘制后的混合效果。-GPU Gems 3 contain
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-17
    • 文件大小:26803590
    • 提供者:ljm
  1. Collision-detection-

    0下载:
  2. 详细描述了复杂环境高级碰撞检测和碰撞反应算法,并使用到向量空间-A detailed descr iption of the complex environment of advanced collision detection and collision response algorithm, and use the vector space
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:640786
    • 提供者:林晓斌
  1. L3

    0下载:
  2. 信号检测与估计理论算法验证通过,好东西珍藏-Signal detection and estimation theory algorithm validation through something good collection
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-21
    • 文件大小:1345492
    • 提供者:李斌
  1. test2.0

    0下载:
  2. 创建一个三维迷宫,支持替身通过一定交互手段在迷宫中漫游,基本功能包括: 读取给定的替身模型,加载到场景中。 键盘方向键控制替身转向与漫游。 有碰撞检测,替身不应当穿墙。 支持切换第一视角和第三视角进行观察。 迷宫场景中的墙、地面等应贴上纹理。 同时加入二维辅助地图,替身在三维迷宫探索的同时,在小地图中显示已经探索的区域; 在俯视状态下,可以通过鼠标点选替身需要到达的目的地,通过寻径算法,控制替身自动到达目的地; 迷宫地图交互编辑功能,例如,可以设计一个二维地图编辑
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-29
    • 文件大小:34999
    • 提供者:锋bruce
  1. BYSJ

    0下载:
  2. 实现道路检测,基于边缘检测的路面检测算法进行了软件实现-Achieve road detection, road detection algorithm based on edge detection software were
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-14
    • 文件大小:22968456
    • 提供者:
  1. collision-detection

    0下载:
  2. 包围盒碰撞检测算法的代码,这个程序有用,希望帮助到大家。-collision detection
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-25
    • 文件大小:247845
    • 提供者:杨晨洲
  1. exbansion

    0下载:
  2. 基于模板的圆检测算法,很好的程序,看了都说不错 不错的-The circle detection algorithm based on template, very good program, saw all say good good
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-21
    • 文件大小:182272
    • 提供者:Adjik
  1. purpovls-assembll

    0下载:
  2. 基于模板的圆检测算法,很好的程序,看了都说不错 不错的-The circle detection algorithm based on template, very good program, saw all say good good
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-21
    • 文件大小:181248
    • 提供者:Adjik
搜珍网 www.dssz.com