-
图像的平移,旋转
平移(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
-
这是OPENGL的第三个例子,实现了鼠标移动来使物体旋转的,好好体会
这是OPENGL的第三个例子,实现了鼠标移动来使物体旋转的,好好体会-This is the third example OPENGL, realize the mouse to make rotating objects, a good experience
- 2022-08-25 17:39:11下载
- 积分:1
-
GSL
gsl-1.8 gsl函数库
gsl-1.8 gsl函数库-gsl-1.8 gsl
- 2022-03-13 21:54:02下载
- 积分:1
-
source目录下为本章介绍的源程序 功能是行程编码,JPEG压缩编码(基本系统)...
source目录下为本章介绍的源程序 功能是行程编码,JPEG压缩编码(基本系统)-source directory for the chapter describes the functions of the journey is the source coding, JPEG compression coding (basic system)
- 2022-08-18 20:30:27下载
- 积分:1
-
this is an implement of suffix tree in java which is used as search in dectionar...
this is an implement of suffix tree in java which is used as search in dectionary
- 2022-03-11 13:34:25下载
- 积分:1
-
图象模板匹配算法源代码
图象模板匹配算法源代码-image template matching algorithm source code
- 2022-06-22 02:35:21下载
- 积分:1
-
Qt opencv kalman 跟踪
本例实现了基于Qt———C++ GUI类库的kalman跟踪算法,用到了opencv的相关类,代码注释详细,几乎每两行就有注解,简单易懂!
- 2022-04-21 13:00:23下载
- 积分:1
-
实验二: 圆的种子填充算法
实验目的:掌握多边区域的种子填充算法
实验要求:1.在R=200的圆内实现种子填充
2.研究算法效率及存储的节省方法...
实验二: 圆的种子填充算法
实验目的:掌握多边区域的种子填充算法
实验要求:1.在R=200的圆内实现种子填充
2.研究算法效率及存储的节省方法
-two experiments : one in the seed filling algorithm experiment : master multilateral regional seed filling algorithm experiment : 1. R = 200 yen within two seed filling. Research algorithm efficiency and save storage method
- 2022-08-09 04:55:18下载
- 积分:1
-
Arnold变换vc++实现
Arnold变换vc++实现-achieve Arnold transform vc
- 2022-07-09 11:25:24下载
- 积分:1
-
this example from the routines Allegro V3.12 package transplant, the original do...
这个例子是从Allegro V3.12的例程包中移植过来的,原文件为examplesex4.c
原作者是Shawn Hargreaves.这个程序示范怎样操作调色板,它把一套同
心的圆画在屏幕上并且通过循环调色板产生奇妙的特效.-this example from the routines Allegro V3.12 package transplant, the original document examples ex4.c Shawn Hargreaves is the original author. This procedure demonstrated how to operate a palette, with a set of concentric circular painting on the screen through the cycle and have a wonderful palette of effects.
- 2023-08-15 23:40:03下载
- 积分:1