登录
首页 » 算法 » 二维图形的几何变换

二维图形的几何变换

于 2022-03-06 发布 文件大小:4.02 kB
0 92
下载积分: 2 下载次数: 1

代码说明:

计算机图形学实例,实验题目:将 矩形ABCD(A(20,20), B(20, 100), C(80, 20), D(80,100)) 在 X方向平移 30个单位,Y方向平移 60个单位,X方向缩小2倍,Y方向缩小2倍。实现二维图形的基本变换,包括平移、缩放。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 点阵汉字放大,倾斜,加粗
    该文件是自己在做点阵汉字字体变换时所写的函数,主要包括整数放大,倾斜,加粗,颠倒,镜像和旋转操作。
    2022-04-13 11:47:37下载
    积分:1
  • 光谱的对齐方式
    光谱对准算法是计算稀疏分布谱的帧质量范围。
    2022-03-06 06:08:20下载
    积分:1
  • 实验mathacad of an
    An exapmle of mathacad
    2022-02-06 20:37:56下载
    积分:1
  • 示例随机数产生方,符合平均分部和正态分部,示波器显示...
    示例随机数产生方法,符合平均分部和正态分部,示波器显示-random sample method, in line with the average Division and the normal divisions, oscilloscope shows
    2022-03-18 18:29:51下载
    积分:1
  • 这个想是从“模糊效果:感知和估计与新的不
    The idea is from "The Blur Effect: Perception and Estimation with a New No-Reference Perceptual Blur Metric" Crété-Roffet F., Dolmiere T., Ladret P., Nicolas M. - GRENOBLE - 2007 In SPIE proceedings - SPIE Electronic Imaging Symposium Conf Human Vision and Electronic Imaging, É tats-Unis d Amérique (2007)-Measure the blur level of still image.
    2022-03-13 23:14:02下载
    积分:1
  • code which produces plots of grid, velocity vectors, profiles of velocity compon...
    code which produces plots of grid, velocity vectors, profiles of velocity components or temperature, contours of pressure, temperature or streamlines, and colour filled contours for pressure, temperature or streamfunction.
    2022-06-20 02:11:40下载
    积分:1
  • 智能循迹小车
    应用背景本次智能小车设计是在全国电子设计大赛的背景下,省区选拔第一阶段,我和两名队友协作努力,一起完成整个电路的硬件设计,和算法。获得区级三等奖,成功进入国家级的初赛。关键技术本次智能小车的关键设计在于电路的选择和算法的实现。电路我采用最简单的51单片机作为MCU,对于循迹完全足够了,红外传感器既可以循迹,也可以避障。
    2023-08-26 16:45:04下载
    积分:1
  • 精品数据结构
    // simpleSeq.cpp : #include //定义在头文件“seqList.h”中 #include const int defaultSize = 100; using std::endl; using std::cerr; class SeqList{ protected: int *data; //存放数组 int maxSize; //最大可容纳表项的项数 int last; //当前已存表项的最后位置(从开始) void reSize(int newSize); //改变data数组空间大小 public:
    2022-01-20 22:23:56下载
    积分:1
  • FFT和FIR 快速傅里叶变换和FIR滤波器实验程序
    FFT和FIR 快速傅里叶变换和FIR滤波器实验程序-Fast Fourier Transform FFT and FIR and FIR filter experimental procedure
    2022-03-30 22:11:19下载
    积分:1
  • Matlab实现的CFD
    Matlab实现的CFD算法-Matlab CFD algorithms
    2023-04-26 13:50:03下载
    积分:1
  • 696518资源总数
  • 104537会员总数
  • 40今日下载