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

搜索资源列表

  1. Computer-Graphic

    0下载:
  2. 此代码实现简单的计算机图形学的要求,包括图形的绘制,填充,坐标变换等功能-this code simple computer graphics requirements, including graphics rendering, filling, coordinate transformation functions
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:103.11kb
    • 提供者:小侯
  1. wen8

    0下载:
  2. 有关CAD/CAM课程的一些基本编程方法,包括参数化绘制,鼠标拖动绘制等功能,还有一些几何变换,坐标变换等操作-the CAD / CAM courses, some basic programming, including parametric mapping, Drag the mouse mapping and other functions, there are some geometric transformation, coordinate transformation, etc
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:61.92kb
    • 提供者:郑雪虎
  1. 2ddraw

    2下载:
  2. 计算机图形学大作业,一、 调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现。三、线段裁剪和多边形裁剪算法的动画演示实现。四、交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。五、自行车行走和绕固定点旋转的自旋转物体动画。六、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。七、交互式Bezier曲线的输入绘制程序实现
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:103.87kb
    • 提供者:ling
  1. Homography.rar

    0下载:
  2. 已知图象4点坐标和转换后图像相对应4点坐标, 利用openCV求出homograghy 3x3 矩阵, 然后输出变换后图像,There is an input image called "warpin". The goal is to warp this image so that the tiles are approximately square, that is the camera is rotated to look down, which produces an image call
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:69.58kb
    • 提供者:Ke Li
  1. translateandrotate

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

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

    0下载:
  2. .实现坐标系的变换,把原点定义在显示器的中心点,显示X,Y坐标轴; 2.绘制一个二维图形(可以使用语言库中的画多边形函数); 3.实现二维图形的平移、比例、对称、选择、错切、复合变换 -. To achieve the coordinate system transformation, the origin define the center of the display shows X, Y axis 2. Draw a two-dimensional graphics (yo
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:814byte
    • 提供者:孙伟
  1. zhongzitianchong

    0下载:
  2. 实现坐标系的变换,把原点定义在显示器的中心点,显示X,Y坐标轴; 2.绘制一个二维图形(可以使用语言库中的画多边形函数); 3.实现二维图形的平移、比例、对称、选择、错切、复合变换。 -To achieve the coordinate system transformation, the origin define the center of the display shows X, Y axis 2. Draw a two-dimensional graphics (you
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:725byte
    • 提供者:孙伟
  1. hough

    0下载:
  2. 基于hough变换,圆心检测,可达亚像素级别,简单易用,可显示圆心坐标和图像圆心所在位置。解压即可用。main为主程序-Hough transform center detection, with sub-pixel level, easy to use, can display the location of the center coordinates and image the center. Decompression can be used. main main program
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-09
    • 文件大小:3.07mb
    • 提供者:邹伟
  1. dcthide

    1下载:
  2. dct隐写技术matlab实现资料。算法原理:通过在一个图像块中调整两个DCT系数的相对大小,隐藏秘密信息。 将载体图像分为8×8的块,做二维DCT变换 用来表示选中的两个系数的坐标对于第i bit秘密信息 if(要隐藏信息‘1’) make else make 逆DCT变换,还原图像 -dct steganography matlab implementation information. Algorithm principle: an image bl
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:15.31kb
    • 提供者:李路勇
  1. arnold

    0下载:
  2. 文件1是对固定区域进行arnold置乱;文件2是通过调整最左上角像素的坐标来选择置乱区域;文件3是进行多区域arnold置乱;文件4是利用求逆矩阵的方法进行Arnold反变换-File a fixed area is arnold scrambling File 2 is achieved by adjusting the pixel coordinates of the upper left corner to select scrambling region 3 is a multi-a
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:2.21kb
    • 提供者:乔帆
  1. FFT

    0下载:
  2. 图片快速傅里叶变换 灰度转换 FFT坐标-FFt for images
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:640byte
    • 提供者:彭释
  1. XY

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

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

    0下载:
  2. 个人所写matlab代码,应用坐标变换原理模拟行星运动轨迹。其中涉及figure句柄、矩阵变换与图形object等等。-Matlab code, the use of coordinate transformation principle to simulate the planetary motion trajectory. Which involves figure handles, matrix transformations and graphical objects, and so o
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:3.45kb
    • 提供者:huren
搜珍网 www.dssz.com