-
图像的平移,旋转
平移(translation)变换是几何变换中最简单的一种。初始坐标为(x0,y0)的点经过平移(tx,ty)(以向
右,向下为正方向)后,坐标变为(x1,y1)。这两点之间的关系是x1=x0+tx ,y1=y0+ty。
下面给出 Translation 的源代码。算法的思想是先将所有区域填成白色,然后找平移后显示
区域的左上角点(x0,y0) 和右下角点(x1,y1) ,分几种情况进行处理。
- 2022-03-16 08:40:04下载
- 积分:1
-
一个模拟水效果的程序,效果非常逼真,使用VC7.0编译
一个模拟水效果的程序,效果非常逼真,使用VC7.0编译-a simulation of the effect of process water, the effect is very realistic, using VC7.0 compiler
- 2022-01-25 21:24:57下载
- 积分:1
-
a slide show design.........
a slide show design-a slide show design.........
- 2022-01-22 15:51:21下载
- 积分:1
-
小车的动态模拟,初学者一定要看
小车的动态模拟,初学者一定要看-Trolley dynamic simulation, beginners must look at the
- 2022-07-27 06:54:43下载
- 积分:1
-
DjVuLibre提供了高效的图像 压缩格式DjVu格式的编码和解码功能。DjVuLibre的使用授权为GPL按照GPL的要求...
DjVuLibre提供了高效的图像 压缩格式DjVu格式的编码和解码功能。DjVuLibre的使用授权为GPL按照GPL的要求-DjVuLibre provide highly efficient image compression format DjVu-coding and decoding functions. DjVuLibre authorization for the use of the GPL in accordance with the requirements of the GPL
- 2023-01-11 17:25:04下载
- 积分:1
-
贝塞尔画直线和圆,没有使用OPENGL侦中画线的功能,运用的是贝塞尔画线、画圆的算法
贝塞尔画直线和圆,没有使用OPENGL侦中画线的功能,运用的是贝塞尔画线、画圆的算法-Bezier drawing a straight line and circle, do not use OPENGL drawing a line in the detection function, using the Bessel painting lines, the algorithm drawcircle
- 2022-08-11 15:31:09下载
- 积分:1
-
java source mapping very worth learning Java source code.
java绘图方面的源码,非常值得学习的Java源码。-java source mapping very worth learning Java source code.
- 2022-01-27 23:34:20下载
- 积分:1
-
jpeg2000中的空间变换中的DWT,5/3无损小波,这是在ADI blackfin535 DSP平台下的...
jpeg2000中的空间变换中的DWT,5/3无损小波,这是在ADI blackfin535 DSP平台下的-JPEG2000 transform space of the DWT, 5/3 wavelet lossless, which is in the ADI blackfin535 DSP platform
- 2022-02-05 00:31:41下载
- 积分:1
-
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2023-08-13 10:35:03下载
- 积分:1
-
本次实验完成的小球游戏机,由6 个模块组成,分别是top 模块、vgasig模块、ball模块、mount模块(障碍物)、board模块(可动板)、contro...
本次实验完成的小球游戏机,由6 个模块组成,分别是top 模块、vgasig模块、ball模块、mount模块(障碍物)、board模块(可动板)、control模块。1. top 模块 -The experiments completed in the ball game, from six modules, namely, top module, vgasig module, ball module, mount module (obstructions), board module (movable panels), control module. 1. Top module
- 2022-02-25 01:58:21下载
- 积分:1