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

搜索资源列表

  1. ipl98_v2.18.tar

    0下载:
  2. 图像处理软件,支持BMP文件格式,提供图像旋转、变换、边缘提取等一般图像处理的基本操作接口。-image processing software, supports BMP file formats, image rotation, transform, edge extraction general basic image processing interface.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1192780
    • 提供者:杨建文
  1. 04 VC图像的几何变换源代码

    2下载:
  2. 04 VC图像的几何变换源代码,旋转,比例缩放,等等几何变换-04 VC images of the geometric transform source code, rotation, scaling, zooming, etc. Geometry Transformation
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:274575
    • 提供者:glg
  1. polytransform

    0下载:
  2. 实现一个心行图案的各种二维几何变换(包括同比变换,错切变换,平移变换、旋转变换等)-achieve a mind trip of two-dimensional pictorial geometry transformation (including an transform, shear transformation, translation transform, ROTATION)
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:7002
    • 提供者:刘玥
  1. 图形学DrawPaintCode

    1下载:
  2. 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham) 实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法) 实现对线型线宽的属性的控制 实现二维多边形扫描转换的扫描线算法 实现二维多边形扫描转换的边缘填充算法或栅栏填充算法 实现二维连通区域填充的扫描线种子填充算法(四连通或八连通) 实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法 实现二维多边形裁剪的Sutherland-Hodgman算法和Weiler-Athenton算法 实 现二维图形
  3. 所属分类:2D图形编程

    • 发布日期:2011-01-17
    • 文件大小:229341
    • 提供者:cnmzhg
  1. 2D图形变换

    0下载:
  2. 通过C++实现简单的2D图形绘制 并且能够让图像以一定的规律变换 比如旋转啊
  3. 所属分类:2D图形编程

  1. pictureswitch.rar

    0下载:
  2. 对图形进行几何变换,放大缩小,旋转,镜像,prictureswitch
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:41846
    • 提供者:王尊
  1. Trans_3D

    0下载:
  2. 正方体的比例、平移、旋转变换及投影显示 Windows图形界面操作-Cube of the ratio, translation, rotation transformation and projection display Windows graphical interface operation
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-14
    • 文件大小:3706071
    • 提供者:houyongbo
  1. dib

    0下载:
  2. 本程序实现了图像的几何变换,如图像的镜像,放大缩小,旋转等-realized by the images of geometric transformation, such as image mirroring, zooming, rotation, etc.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-14
    • 文件大小:6914
    • 提供者:刘烨
  1. rotate

    0下载:
  2. 这段代码实现的是图像的几何变换功能,通过3种方案实现了图像的旋转。-The code to achieve the image of the geometric transformation function, through the three kinds of programs to achieve the rotation of the image.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:3267
    • 提供者:yujin
  1. anorld

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

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

    0下载:
  2. 题目:编程实现 多边形的平移、旋转变换 要求:不能调用OpenGL的变换函数,如glTranslatef, glRotatef,glScalef。要求通过矩阵相乘的方式,自 己计算出变换后几何图形的坐标。-do it without glTranslatef and glRotatef
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:2179
    • 提供者:jenny
  1. test4

    0下载:
  2. 二维图形变换程序设计 程序中增加图形变换菜单(各基本变换对应菜单项),各图形变换的参数通过对话框提供(设计提供变换参数的对话框,如平移、 旋转、比例等),实现二维图形的变换。(提示:在各图形类中增加相应成员函数实现平移;菜单选择变换弹出对应变换的参数对话框,对话框中提供参数后取出参数传递给图形对象,通过调用图形变换成员函数 实现图形对象的变换)-Transform two-dimensional graphics programming Graphics transformati
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3808789
    • 提供者:star
  1. theGraphicalTranslation

    0下载:
  2. 二维图形变换程序 程序中增加图形变换菜单(各基本变换对应菜单项),各图 形变换的参数通过对话框提供(设计提供变换参数的对话框,如平移、 旋转、比例等),实现二维图形的变换。(提示:在各图形类中增加相 应成员函数实现平移;菜单选择变换弹出对应变换的参数对话框,对话 框中提供参数后取出参数传递给图形对象,通过调用图形变换成员函数 实现图形对象的变换)-Procedure for two-dimensional graphics to add graphics transfor
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3810247
    • 提供者:star
  1. FEIJI

    0下载:
  2. 2D图形飞机模型可以进行平移、旋转变换等-2D graphics plane model can be moved, rotated transform
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:1309
    • 提供者:何芳
  1. tran

    0下载:
  2. 图形变换 旋转变换-graphic transmission
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-09
    • 文件大小:2975
    • 提供者:jiang
  1. XY

    0下载:
  2. 本程序实现在不同的笛卡尔坐标系统中旋转变换。-Realization of the rotation transformation in different Descartes coordinate system.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-11
    • 文件大小:717
    • 提供者:zjm
  1. SMYAOJ14

    0下载:
  2. 实现三维对象的平移,旋转变换,以及投影变换,不错的-Realize 3 d object of translation, rotation transformation and projection transformation, good
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-15
    • 文件大小:36864
    • 提供者:Saranzi
  1. sj

    0下载:
  2. 二维三角形的平移以及旋转以及翻转图形变换(Triangle translation)
  3. 所属分类:2D图形编程

    • 发布日期:2017-12-18
    • 文件大小:29696
    • 提供者:Clown11
  1. 二维图形变换

    1下载:
  2. 二维图形的变换,包括旋转、平移、缩放等,还有各种方向的对称(The transformation of a two-dimensional graph, including rotation, translation, scaling, etc.)
  3. 所属分类:2D图形编程

    • 发布日期:2018-01-07
    • 文件大小:423936
    • 提供者:xuexue520
« 12 3 4 »
搜珍网 www.dssz.com