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

搜索资源列表

  1. litizuobiao

    0下载:
  2. OpenGL实现的立体坐标系旋转,我们的作业~-OpenGL to achieve three-dimensional coordinate system rotation, and our work ~
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1657751
    • 提供者:shelia
  1. round

    0下载:
  2. 贴图,纹理,实现一个圆柱。并且能够旋转! opengl mfc-opengl mfc
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2531203
    • 提供者:kjc
  1. imrotate_my

    0下载:
  2. 一个空间点P绕一个中心点C旋转可用接续的三个变换来实现:第1个变换平移点C到坐标系原点位置,第2个变换将点P绕原点旋转,第3个变换平移点C回到其相对于坐标系原点的原始位置。当原始图像点乘以变换矩阵,得到新的图像位置点时,其位置可能不是整数值,该位置的灰度值需要通过灰度插值获得。在不改变输出图像大小的情况下,超出原始图片范围的区域,MATLAB原有函数imrotate的处理方法为将其灰度值全部置零,本文通过取模操作对超出区域进行了另外一种控制方法imrotate_my函数,能够较好的显示出图像旋转
  3. 所属分类:Special Effects

    • 发布日期:2016-01-24
    • 文件大小:1587
    • 提供者:肥猪流
  1. txxz

    0下载:
  2. 图像旋转,对LENA图像的顺时针旋转和逆时针旋转,初级程序。-Image rotation, right LENA image clockwise rotation and counterclockwise rotation, the primary process.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:200441
    • 提供者:lyg
  1. anorld

    0下载:
  2. 图像旋转---图像置乱,anorld变换-Rotate the image--- image scrambling, anorld transformation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-24
    • 文件大小:48994
    • 提供者:panghui
  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. bubianju

    0下载:
  2. 计算图像7个特征矩,快速有效,附测试图片,旋转不变性-jisuan tuxiang 7 ge tezhengju
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:5771
    • 提供者:kp
  1. 87361018figure_rotate

    0下载:
  2. 图像旋转的死循环Efficient procedures for image rotation, Matlab language, easy to read.-rotateEfficient procedures for image rotation, Matlab language, easy to read.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1191
    • 提供者:jimliu
  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. RotateByShear

    0下载:
  2. 图片旋转,这里提供了一个非常有用的旋转图片的算法。这个算法值得推敲。-image rotate,when you do the development on Windows Mobile operation,you will find the right method to get the image to rotate.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:3865
    • 提供者:liyandan
  1. teapot

    1下载:
  2. vc制作的三维茶壶,能改光照,填充模式,能旋转,能选择贴三幅不同纹理。-The three dimensional teapot was drawed with the tool Visual C++, you can change the light, filling model,and rotate it.and you can choose three different textures to stick on the teapot.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-09
    • 文件大小:2636082
    • 提供者:小洁
  1. rotate

    0下载:
  2. 实现图像的旋转,根据旋转矩阵进行旋转,并对结果进行调整-rotate picture
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:5503
    • 提供者:张福华
  1. HuVector

    0下载:
  2. 由浅入深地介绍Hu的7个不变矩,证明了其旋转和平移不变性,对尺度不变性提出了质疑。-Progressive approach to introduce Hu' s seven moment invariant, has proven its rotation and translation invariance of scale invariance was questioned.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:423567
    • 提供者:无伤
  1. pic_flip

    0下载:
  2. 用查找表的方式简单实现任意角度的图片旋转-Using look-up table is simple to achieve an arbitrary rotation angle of the picture
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:6332
    • 提供者:song
  1. tate

    0下载:
  2. 图像旋转变化匹配的例子源码,在有的场合,例如目标跟踪,目标姿态发生变化做匹配时可以使用。-Examples of matching the image rotation change source code, and in some occasions, such as target tracking, target attitude change can be used to do match.
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:1000104
    • 提供者:张杨
  1. ifs_code_matlab

    0下载:
  2. 实现了平移、缩放、旋转和错切等仿射变换的问题,并用MATLAB逼真模拟了蕨类叶、变形蕨类叶与拟仿射变换分形图。-Achieved a pan, zoom, rotate and cross cutting issues such as affine transformations, and use MATLAB to simulate real fern leaf, fern leaves and to be deformed affine fractal images.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:3641
    • 提供者:鱼儿
  1. image_rotation

    1下载:
  2. C语言实现二值图像旋转任意角度,输入参数为旋转角度-image rotation written by C programming language
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1568
    • 提供者:刘强
  1. FunctionGraphicsIn3D

    0下载:
  2. 1.绘制三维四边形网格曲面。 2.调整网格曲面显示状态:填充或不填充。 3.改变窗口背景颜色。 4.左键旋转图形,右键缩放图形。-1. Draw three-dimensional quadrilateral mesh surface. 2. Adjustment of the grid surface display status: fill or not fill. 3. To change the window background color. 4. Lef
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:286910
    • 提供者:MEI GANG
  1. ImageRotate

    0下载:
  2. 能够实现图像旋转,旋转后图像尺寸不变,经检验程序可用。-the procedure can rotate the image,and don t change the size of the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1210
    • 提供者:李倩
  1. 2

    0下载:
  2. 图像旋转任意角度,容易操作,方便简单,效果好!-image rotating for any angle you like.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2026
    • 提供者:morgan
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com