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

搜索资源列表

  1. c++_opengl_selection

    0下载:
  2. 本文提出并实现一种用于三维坐标拣选的RIP(Ray-Intersection-Penetration)方法。介绍了如何在已经渲染至窗口的三维场景中,使用鼠标或者相关设备拣选特定三维对象的方法。此方法对于正交投影或透视投影均有效,相对于OpenGL自带的选择与反馈机制,本方法无论是拣选精度还是算法实现效率均高出许多,是一种比较通用的解决方案。-this paper, and for the realization of a three-dimensional coordinates of the
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:40862
    • 提供者:wanhy
  1. SelectofMouse

    0下载:
  2. 提出并实现一种用于三维坐标拣选的RIP(Ray-Intersection-Penetration)方法。介绍了如何在已经渲染至窗口的三维场景中,使用鼠标或者相关设备拣选特定三维对象的方法。此方法对于正交投影或透视投影均有效,相对于OpenGL自带的选择与反馈机制,本方法无论是拣选精度还是算法实现效率均高出许多,是一种比较通用的解决方案。
  3. 所属分类:OpenGL

    • 发布日期:2014-01-16
    • 文件大小:40079
    • 提供者:vcgirl
  1. HALL

    1下载:
  2. 建立了一个场景,实现了某大学大礼堂的建模 1.视点的平滑变换(通过键盘上的四个方向键控制视点的方向、远近) 2.投影模式的变换(右键菜单切换正交投影、透视投影) 3.光照模式的改变(右键菜单改变环境光的参数,模拟天晴天暗的效果) 4.物体的缩放(右键菜单改变缩放参数) 5.实现阴影效果(右键菜单确定有没有阴影) 6.动画(按下键盘“a”,开始动画;按下键盘“b”,结束动画 )
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2227083
    • 提供者:丛丛
  1. OpenGL_Projection

    0下载:
  2. OpenGL里面对透视投影和正交投影两种投影模式的演示程序.并附近纹理贴图.有源代码和应用程序.-Inside OpenGL perspective projection and orthogonal projection on the two projection models demo program. And close texture. Source code and applications.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4347199
    • 提供者:tina
  1. SVD

    0下载:
  2. SVD的应用,奇异值超平面正交投影证明 A中每个向量xi在随机阵B上的正交投影之和的最小值-Application of SVD, singular value hyperplane orthogonal projection proves A vector xi for each B in a random array of the orthogonal projection and the minimum
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:3098
    • 提供者:锋锋
  1. a3

    0下载:
  2. 在模型变换实验的基础上,通过实现下述实验内容,掌握OpenGL中三维观察、透视投影、正交投影的参数设置,并能使用键盘移动观察相机,在透视投影和正交投影间切换,验证课程中三维观察的内容; 进一步加深对OpenGL三维坐标和矩阵变换的理解和应用。 -Experiments in model transformation based on the experiment through the realization of the following content, master OpenGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:38665
    • 提供者:胡伟娅
  1. ex4_pers

    0下载:
  2. 图形学实验3D图形变换源码。 实现投影变换的正交(orthographic)、斜交投影(oblique)和透视投影(perspective) 注:创建时误选的意文菜单。-Experimental 3D graphics graphics transform source. Implementated orthogonal projection transformation, perspective projection and oblique projection
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1950385
    • 提供者:zhangboyd
  1. 2DProjection

    0下载:
  2. 二维投影是三维显示的基础,如果要将三维的物体显示在二维的电脑屏幕上,就必须经过投影变换。常见的投影变换有正交投影和透视投影,本例展示了正交投影在OPENGL中的实现。-2D Projection
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:920
    • 提供者:hxc
  1. CCh4_ProjAnd3DTrans

    0下载:
  2. 正交投影,斜交投影,斜二侧,斜等轴,透视投影,图形的平移,旋转,比例大小变化-translate from 3D to 2D
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-12
    • 文件大小:2771513
    • 提供者:mochou
  1. sanweibianhuan

    0下载:
  2. 三维图形的变换包括平移旋转变比错切对称,以及正交投影和旋转投影-3d graphic transform including translation rotating transformer ratios shear is symmetrical, and orthogonal projection and rotating projection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1996406
    • 提供者:yzhaosheng
  1. an-orthogonal-about-BF-algorithm

    0下载:
  2. 一种基于正交投影的波束形成算法。首先由 MVDR算法确定初始权向量 其次根据该权向量与 其它用户波达角方向的关系 ,建立干扰信号的导向矢量矩阵 然后通过正交投影原理 ,将期望信号的导向矢量投影 到干扰信号的零空间上 ,从而求得最优权值。仿真结果证明了该算法的有效性。-An orthogonal projection beamforming algorithms. First, by the MVDR algorithm to determine the initial weight ve
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:329895
    • 提供者:晨曦
  1. projections

    0下载:
  2. 该源代码用opengl写了一个正交投影和透视投影的区别,debug文件中也有可执行文件,通过空格转换投影方式-The source code using opengl to write an orthogonal projection and perspective projection of the difference, debug file has executable file, projection through space conversion
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:704734
    • 提供者:张先进
  1. Ap

    1下载:
  2. 采用正交投影生成子空间算法来进行最大似然估计,程序已经运行出结果。可以放心使用-Orthogonal subspace projection algorithm for generating maximum likelihood estimates, the program has run out of results. Safe to use
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1832
    • 提供者:yangyang
  1. 3dRecode

    0下载:
  2. Tomasi的经典正交投影仿射重建,基于序列图像-3D reconstruction from image streams
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-06
    • 文件大小:1190877
    • 提供者:孙丽娟
  1. MUSIC

    0下载:
  2. 基于阵列信号的MUSIC算法和正交投影法来进行DOA估计-Based on the array signal MUSIC algorithm and orthogonal projection method for DOA estimation
  3. 所属分类:OA

    • 发布日期:2017-04-03
    • 文件大小:655
    • 提供者:wanglei
  1. openg_MFC_Rect

    1下载:
  2. MFC环境下使用OPENGL实现动态拉框,用双缓冲区解决白色闪屏,正射投影、透视投影、正交投影切换显示-OPENGL MFC environment to implement dynamic pull box, white splash screen double buffer solution, orthographic projection, perspective projection, orthogonal projection to switch the display
  3. 所属分类:C#编程

    • 发布日期:2013-01-07
    • 文件大小:282895
    • 提供者:xiao
  1. glutEx3

    0下载:
  2. OpenGL中三维观察、透视投影、正交投影的参数设置,并能使用键盘移动观察相机,在透视投影和正交投影间切换。-higher level of opengl programming
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-18
    • 文件大小:751724
    • 提供者:jzl
  1. glutEx3

    0下载:
  2. 掌握OpenGL中三维观察、透视投影、正交投影的参数设置,并能使用键盘移动观察相机,在透视投影和正交投影间切换,验证课程中三维观察的内容; 进一步加深对OpenGL三维坐标和矩阵变换的理解和应用。-Master OpenGL three-dimensional observation, perspective projection, orthogonal projection parameter settings, and can use the keyboard to move the v
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-21
    • 文件大小:316189
    • 提供者:金倩倩
  1. 案例17-正交投影算法

    0下载:
  2. 计算机图形学里的正交投影算法,所用软件是C++(Orthogonal projection algorithm in computer graphics)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:250880
    • 提供者:冰冰冰冰
  1. 5

    1下载:
  2. 比较了干扰对齐算法中,正交投影与一般算法(经典算法,数值计算的迭代方法)的性能(orthogonal projection algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-08
    • 文件大小:43008
    • 提供者:candy is coming
« 12 3 4 »
搜珍网 www.dssz.com