CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 3D图形编程 搜索资源 - 投影变换

搜索资源列表

  1. 图形透视投影变换

    1下载:
  2. 显示三维图形的过程中,不仅要将它投影到二维平面上,还要确定一个视见体,在投影之前对物体进行裁剪,只显示我们感兴趣的那部分图形。-show 3D process, it should not only two-dimensional projection of the plane, but also to determine see as a body, the projector right before cutting objects, only shows that we are inter
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:11697
    • 提供者:杨琴
  1. 3wbh

    0下载:
  2. 这是一个三维变换程序,包括了几何变换和投影变换-This is a three-dimensional transformation process, including the geometric transformation and projection transformation
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:68198
    • 提供者:陈海涛
  1. Entity3

    0下载:
  2. 实现了三维变换的一些基本功能: 以直线为轴进行旋转 以一点为基点放缩 对直线L作镜向 对平面作镜向 得到三维结构的投影 -achieve a three-dimensional transform some basic functions : a straight line to rotate around the axle of the base point of the linear scaling L for planar mirror to the right t
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:60943
    • 提供者:stefanie
  1. threedimentionProject

    1下载:
  2. 三维计算机图形学点透视投影变换与双3次Bezier曲面绘制算法,很有用的哦。在VC++6.0下编译通过。-point perspective projection transform and double three times Bezier surface rendering algorithm, Oh, very useful. In VC 6.0 compiler passed.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:57994
    • 提供者:许慧慧
  1. touying-CSharp

    0下载:
  2. 本程序是使用VisualC#编制的一个投影变换演示程序,实现从3D长方体投影至2D平面的图形绘制,并演示了图形绕轴旋转的过程。-use of this procedure is the establishment of VisualC# 1 Projection Demonstration Program, D. realized from three to two rectangular projection plane D graphics rendering, and presentati
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:4632
    • 提供者:彭晓波
  1. M3DV

    0下载:
  2. 一个三维坐标变换的研究代码,实现了三维坐标变换,投影,三角剖分等功能。
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:8325
    • 提供者:muwenjie
  1. VTKrumen

    1下载:
  2. 本例子介绍了VTK的入门程序(包括三维重建光线投影算法,体切割,剃度变换,三维镂空等)
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:7109
    • 提供者:小马
  1. ProjectiveTransformWork1

    0下载:
  2. 实现图形学中常用的投影变换,程序获得图形的俯视图、等轴测图和透视图
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:53555
    • 提供者:gaoaman
  1. 3DAni.rar

    0下载:
  2. 编写实现三维图形的透视投影变换的程序VC++实现的图片透明,使多个图片叠加以达到自己欲期的要求,代码仅供参考 ,it is a program
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1951037
    • 提供者:周海
  1. 三维变换包括几何变换和投影变换

    1下载:
  2. 三维变换包括几何变换和投影变换。 几何变换有平移、旋转、对称、错切、变比。 投影变换有平行投影和透视图。,Three-dimensional geometric transformations, including transformation and projection transformation. Geometric transformations are translation, rotation, symmetry, shear, variable ratio. Parallel
  3. 所属分类:3D图形编程

    • 发布日期:2017-06-29
    • 文件大小:2058458
    • 提供者:star
  1. 3D-image-transformation

    0下载:
  2. 3D 图像变换,包括几何变换(平移,旋转,缩放等)和投影变换(正视图,正轴侧视图,斜轴侧视图,透视图)-3D image transformation
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-20
    • 文件大小:34949302
    • 提供者:sally song
  1. cg

    0下载:
  2. 二维和三维图形的基本变换 二维填充:二维填充有三种算法,其中有序边扫描线转换算法是固定填充的,四连通和扫描线种子填充法是可以填充任意形状的图形(曲线,多边形等)的,并且还可以判断种子点为外部点还是内部点。在使用时只需先画好需要填充的边界然后选择种子填充并用鼠标左键点击确定种子点即可填充。 二维裁剪:二维裁剪是演示性的功能,直接点击该菜单项就可以演示了。 二维基本变换:二维基本变换是演示性的功能,直接点击该菜单项就可以演示了。 二维动画:二维动画是演示性的功
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-17
    • 文件大小:84545
    • 提供者:连舒明
  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. 3DTranslation

    0下载:
  2. 计算机图形三维变换,基本实现了对称,旋转,投影,三视图,错切图等-It really does pay to be a doctor, with an international survey showing the medical profession is the most trusted, among the most admired and includes the most eligible marriage partners.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-14
    • 文件大小:3445732
    • 提供者:wenzhiguang
  1. packmk2

    0下载:
  2. 用D3D写的海面,用复杂的投影矩阵变换实现了场景无限宽广的高真实度海面模拟,实现了不同风级下的波浪起伏,高光效果,海水透明效果,供需要的人学习借鉴。内含场景操作说明文档-D3D written off by using the complex transformation of the projection matrix to achieve a wide range of high-scenes unlimited degrees off a true simulation, to achie
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5583640
    • 提供者:zhangkun
  1. 3DGraphicsProgrammingGuide

    0下载:
  2. 总目录 第一章 硬件接口 3D应用程序与硬件的交互作用 在计算机屏幕上显示图像 事件反应 使用不同的体系结构 第二章 3D变换 欧几里得空间,自由度和基本变换 平移 缩放 在平面内旋转 3D旋转 坐标系 变换次序 以矩阵形式表达变换 投影变换 第三章 2D图元光栅处理 第四章 2D和3D裁剪 第五章 视处理 第六章 建模 第七章 隐面消除 第八章 光线 第九章 构建3-D应用程序的实践方面 -Gener
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-04
    • 文件大小:1170799
    • 提供者:zhouyongbing
  1. 3d-transformation

    0下载:
  2. 三维图形变换: 包括各种几何变换与投影变换-Three-dimensional graphics transformations: including various geometric transformation and projection transformation
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-16
    • 文件大小:423870
    • 提供者:holly
  1. FBPRec

    0下载:
  2. 滤波反投影程序 应用与CT图像重建 FBP方法 变换法-Filtered back projection program application with the CT image reconstruction
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-15
    • 文件大小:1276891
    • 提供者:36826810
  1. sift-mosaic

    0下载:
  2. sift 图像拼接,先找到两幅图像对应的特征点,然后算出变换矩阵,然后投影拼接图像-find the feature points of two images,using them to find the translate matrix,then complete the image mosaic
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-06
    • 文件大小:1098057
    • 提供者:滕抱强
  1. A200027403-2814

    0下载:
  2. 通过c++实现三维立体图形平移旋转等变换和投影变换-By c++ realize three-dimensional graphics translation and rotation transform and projection transformation
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-29
    • 文件大小:45938
    • 提供者:周小新
搜珍网 www.dssz.com