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

搜索资源列表

  1. 实验五 二维图形变换

    2下载:
  2. 实现二维图形的平移变换、放缩变换、旋转变换、错切变换及对称变换的程序。 -2D graphics translation transform, transform scaling, rotation transform, transform the wrong cut and symmetry transformation process.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:41273
    • 提供者:kuld
  1. 任意多边形的平移变换和旋转变换

    0下载:
  2. 此程序主要是根据实际的需要,把对于一个任意正多边形的平移变换和旋转变换集合在一起,省去了每次变换时调用多个程序的麻烦-this procedure is mainly based on actual needs, and for an arbitrary isogon transform the translation and rotation transform get together to save a time when the transformation of a number of
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1186
    • 提供者:胡燕燕
  1. 基本3D旋转缩放

    2下载:
  2. 图形学3D的基本旋转和缩放,应用齐次坐标转换。显示为矩形绕着空间一条直线旋转一个角度。
  3. 所属分类:OpenGL

    • 发布日期:2009-02-17
    • 文件大小:41124
    • 提供者:xc8708
  1. 数字图像旋转

    1下载:
  2. 基于matlab的而二维图像几何变换。与库函数imrotate(a,angle)功能相同。
  3. 所属分类:文档资料

    • 发布日期:2009-05-30
    • 文件大小:26112
    • 提供者:caoguangying
  1. 图形的对称变换,旋转变换,缩放变换演示

    3下载:
  2. 用MFC编程的绘图软件,可以进行旋转、对称、缩放等变换,是学习C++的好资料
  3. 所属分类:其它源码

    • 发布日期:2011-05-29
    • 文件大小:54184
    • 提供者:ayqupan
  1. ImageRotationCorrection.rar

    0下载:
  2. 图像的旋转变换的matlab程序,里面有程序的运行结果,附带图片,matlab correction image
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:43456
    • 提供者:lulu
  1. TransformShow.rar

    0下载:
  2. 本程序实现数字图像读取,旋转变换,坐标变换,水平镜像变换,垂直镜像变换,缩放,窗宽窗位调整等处理功能,This procedure of digital image reading, rotating transformation, coordinate transformation, the level of image transformation, the vertical mirror transformation, zoom, adjust the window width windo
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:99810
    • 提供者:Myrrhy
  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. 数字图像的几何变换

    0下载:
  2. 主要完成的算法/功能: 图像文件的读出写入,支持BMP格式 图像剪切:输出图像指定矩形框区域的子图像 缩放:支持分数阶的放大/缩小倍率 旋转:支持0~90度之间任意给定角度的旋转变换
  3. 所属分类:GDI/图象编程

  1. opengl

    0下载:
  2. 用opengl在vc上进行编程。可以做出圆柱、球、立方体、棱锥等三维立体图形,还能让他们进行不同的旋转变换。-Use opengl in vc programmable. Can make a cylinder, ball, cube, pyramid, such as three-dimensional graphics, but also allow them to carry out a different rotation.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:30584
    • 提供者:郭雪冰
  1. delphi实现的几何变换

    1下载:
  2. 实现在图像任意角度的旋转,平移。以及图像的镜像,扭曲。波浪效果,缩小放大裁剪,以及对图像的裁剪。-achieve arbitrary angle images in the rotation and movement. Mirror Image and distorted. The wave effect, narrow Large cutting, and cutting the right image.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:238748
    • 提供者:
  1. TranBox

    1下载:
  2. 该源码可以实现计算机图形学中的立方体三维旋转变换-The source can be achieved in computer graphics three-dimensional rotation of the cube
  3. 所属分类:Graph Drawing

    • 发布日期:2016-01-03
    • 文件大小:18420
    • 提供者:whh
  1. BezierFill

    0下载:
  2. 图形的基本的几何变换程序:包括平移变换、旋转变换、放缩变换、相对某一点的旋转变换-The basic geometric graphics transformation process: including the translation transformation, rotation, zoom transform, the relative rotation of a point
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-26
    • 文件大小:34185
    • 提供者:tomomoon
  1. Rotate

    1下载:
  2. opengl中任一坐标点旋转后,得到新坐标点的例子。通过glGetFloatv函数获取glRotate变换后的模型视图矩阵,然后乘以当前点坐标,进行旋转变换,得到变换后的坐标点位置信息。并与glRotate函数进行比较。-A mehtod to get the vertex postion after roate. This method is implemented buy using glGetFloatv function to get the ModelView Matrix, Then
  3. 所属分类:OpenGL program

    • 发布日期:2016-03-09
    • 文件大小:824683
    • 提供者:ff
  1. bianhuan3

    0下载:
  2. 二维几何变换,包括图像的平移变换、切磋变换、缩放变换、旋转变换-Two-dimensional geometric transformations, including the image of the translation transformation, Qiecuo transform, scale transform, rotation transformation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:813
    • 提供者:Leo
  1. 基于小波变换的数字水印系统设计

    1下载:
  2. 本文提出一种基于小波变换的图像数字水印算法,通过将低频子图分块并量化其小波系数,实现水印的嵌入和提取,并对其进行抗噪声、JPEG压缩、旋转等实验。对于旋转攻击,该算法结合了图像的归一化技术。实验结果表明,该算法对常见图像处理和旋转都有较好的鲁棒性。
  3. 所属分类:报告论文

    • 发布日期:2013-01-22
    • 文件大小:1236690
    • 提供者:hiperfect
  1. OpenGL移动缩放旋转

    0下载:
  2. OPENGL 旋转变换等操作实例~~~~~~~~~(Examples of operations such as OPENGL rotation transformation)
  3. 所属分类:GDI/图象编程

  1. 编程一

    0下载:
  2. 测绘工程摄影测量学,空间直角坐标系的旋转变换(Rotation transformation of space Cartesian coordinate system)
  3. 所属分类:C#编程

    • 发布日期:2018-01-05
    • 文件大小:361472
    • 提供者:沐风ZERO
  1. 空间平面坐标变换

    1下载:
  2. 在空间数据编码练习题的基础上实现 1、名字的左斜变换 2、名字的耸肩变换 3、名字的比例变换 4、名字的旋转变换 5、名字的对称变换 6、名字的平移变换(On the basis of spatial data coding exercises 1, the left oblique transformation of the name 2, the shrug transformation of the name 3, the proportion transformatio
  3. 所属分类:网络编程

    • 发布日期:2018-05-01
    • 文件大小:4096
    • 提供者:myztqy
  1. 空间变换

    0下载:
  2. 在第2章空间数据编码练习题的基础上实现 1、名字的左斜变换 2、名字的耸肩变换 3、名字的比例变换 4、名字的旋转变换 5、名字的对称变换 6、名字的平移变换(Based on the spatial data coding exercises in chapter 2 1, the name of the left oblique transformation Name shrugging 3. Proportional transformation of names 4. Rotat
  3. 所属分类:网络编程

    • 发布日期:2020-09-29
    • 文件大小:4096
    • 提供者:佟童仝
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com