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

搜索资源列表

  1. CCh4_ProjAnd3DTransView

    0下载:
  2. 对正方体的进行移动、比例和旋转变换,并显示透视或平行投影结果。-Of the cube to move, scale and rotation, perspective or parallel projection and display the results.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1984915
    • 提供者:kimmy
  1. sun-earth-moon

    0下载:
  2. 1.理解OpenGL中的变换过程 2.理解透视投影与平行投影的不同 3.了解深度测试 通过变换调整观察的位置与方向 加入光照模型 -Understand the transform OpenGL process Understand perspective projection and parallel projective different Understand the depth test Through the transformation of
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1199429
    • 提供者:zhou shun
  1. draw3

    1下载:
  2. 建立正方体的数据模型;编写应用程序,利用菜单和键盘结合的方式完成对正方体的进行移动、比例和旋转变换,并显示透视或平行投影结果。要求应用程序具有如下功能: 1、 通过菜单选择的方式,选择对三维空间中的立方体作平行投影或透视投影; 2、 通过键盘按键或鼠标移动的方式,完成对三维空间中的立方体进行平移(上下左右前后),比例变换(放大或缩小)以及旋转变换,并同时显示变换后的投影结果 3、 创建对话框,通过对话框设置透视投影时候的投影中心,以及旋转变换时候的旋转轴(可以设置成分别绕x轴,y轴,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1995827
    • 提供者:徐博文
  1. pthrreedimento

    0下载:
  2. 三维计算机图形学点透视投影变换与双3次Bezier曲面绘制算法,非非常有用的哦。在Visual C++6.0下编译通过。 已通过测试。 -Three-dimensional computer graphics point perspective projection transformation and double three times Bezier surface rendering algorithm, non-useful. Compiled by Visual C++6.0. H
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:58406
    • 提供者:
  1. IPM

    1下载:
  2. 完成对图像的逆透视映射变换,需要给出摄像头的高度,视角和最终图片的横向宽度(米)。一旦给定参数准确,即可得到效果很好的逆透视映射变换图片。-Complete the inverse perspective mapping transformation on the image and the need to give the transverse width (m) at the height of the camera, the viewing angle and the final pict
  3. 所属分类:Special Effects

    • 发布日期:2017-11-05
    • 文件大小:3257934
    • 提供者:chao
  1. opengl

    0下载:
  2. opengl 基本操作 模型变换 键盘控制 透视投影矩阵 -sadfasdfasdfasdfsdfasdfasdfal transformation keyboard control perspective projection matrix
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-03
    • 文件大小:1481
    • 提供者:qsd
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-17
    • 文件大小:86952
    • 提供者:xuzhimin
  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. gragh

    0下载:
  2. matlab GUI 展示8中图像变换(平移,放缩,旋转,错切,仿射,透视,多项式变换和pin cushion变换) -matlab GUI display the 8 image transformation (translation, scaling, rotation, Shear, affine, perspective, polynomial transform and pin cushion Transform)
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:73186
    • 提供者:高圆圆
  1. myperspectivetransformation

    0下载:
  2. 利用单应点进行透视反变换,matlab实现-Perspective inverse transform, matlab achieve
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-06
    • 文件大小:883
    • 提供者:陈未峰
  1. glutEx5

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

    • 发布日期:2017-04-06
    • 文件大小:2802
    • 提供者:王小黑
  1. Cube

    0下载:
  2. 利用矩阵来实现世界坐标系到观察坐标系的变换,观察坐标系到屏幕坐标系的变换,通过输入视点坐标来从不同角度观察立方体的透视投影所形成的图形,适用于初学者,-Using matrix to achieve world coordinate system to transform the coordinate system to observe, observe coordinate system to transform screen coordinates to observe perspectiv
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-26
    • 文件大小:9214845
    • 提供者:
  1. glutEx5

    0下载:
  2. 一、实验目的和要求 在模型变换实验的基础上,通过实现下述实验内容,掌握OpenGL中三维观察、透视投影、正交投影的参数设置,并能使用键盘移动观察相机,在透视投影和正交投影间切换,验证课程中三维观察的内容; 进一步加深对OpenGL三维坐标和矩阵变换的理解和应用。 二、实验内容和原理 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: “桌子和茶壶的正投影和透视投影” 可以使用键盘改变camera位置与观察方向 (按键为a
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2160
    • 提供者:robin
  1. glutEx5

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

    • 发布日期:2017-04-13
    • 文件大小:2254
    • 提供者:
  1. lab3

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

    • 发布日期:2017-04-13
    • 文件大小:2341
    • 提供者:sindo
  1. InversePerspectiveMapping

    0下载:
  2. 对输入的图像帧感兴趣区域进行逆透视投影变换,得到俯视图。-The input of the image frame of interest in the area of the inverse perspective projection transform, get a top view. InversePerspectiveMapping
  3. 所属分类:OpenCV

    • 发布日期:2017-06-19
    • 文件大小:28672758
    • 提供者:李娴
  1. kqyboard

    0下载:
  2. 正方体透视投影变换,可通过鼠标及键盘实现动画效果,-Cube perspective projection transformation can be achieved through the mouse and keyboard animation effects,
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-11
    • 文件大小:31229
    • 提供者:YIXolvy+8832
  1. Tzreedimensionaltwo

    0下载:
  2. 三维物体的透视投影变换实现一点二点三点透视 不错的-Three-dimensional objects of perspective projection transformation to achieve one point two three-point perspective
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-17
    • 文件大小:20480
    • 提供者:qryjicq
  1. OpenGL-ES2.0_obj

    0下载:
  2. Android平台的APP代码(Eclipse,ADT),实现了基本3D对象(点,线,面,体)的绘制,单指与双指操控,包含三维的各种变换:平移,旋转,缩放,透视,是学习动画与仿真的入门代码.(Android platform APP code (Eclipse, ADT), to achieve the basic 3D object (point, line, surface, body) rendering, refers to a single and double finger mani
  3. 所属分类:3D图形编程

    • 发布日期:2017-12-21
    • 文件大小:436224
    • 提供者:daode1212
  1. tuxaing

    0下载:
  2. matlab 图像 几何变换平台平移,放缩,旋转,错切,仿射,透视(MATLAB image geometric transformation platform)
  3. 所属分类:图形图像处理

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