-
图像的平移,旋转
平移(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
-
关于使用GRAPHICS对象绘制直方图操作
关于使用GRAPHICS对象绘制直方图操作-GRAPHICS targets on the use of mapping histogram operation
- 2022-03-04 11:50:49下载
- 积分:1
-
CDib类,实现图像的读、写、显示等基本功能。功能完整,代码可靠。...
CDib类,实现图像的读、写、显示等基本功能。功能完整,代码可靠。-CDib category, achieving image reading, writing, basic features, such as display. Functional integrity, and reliable code.
- 2023-05-10 21:00:03下载
- 积分:1
-
THis the fundamental part of a Game Computer driver. It contains only the struct...
THis the fundamental part of a Game Computer driver. It contains only the structural layout upon which it is possible to create an object to object interface that would support 2 person game play.-THis is the fundamental part of a Game Computer driver. It contains only the structural layout upon which it is possible to create an object to object interface that would support 2 person game play.
- 2022-02-14 21:49:04下载
- 积分:1
-
hough变换源码
hough变换源码-Hough Transform FOSS
- 2022-08-09 16:04:54下载
- 积分:1
-
TinyCad在VC6上重新编译调试成功的一个PCB CAD源码
TinyCad在VC6上重新编译调试成功的一个PCB CAD源码-TinyCad re-compile in VC6 debugger success PCB CAD source
- 2022-02-03 15:37:02下载
- 积分:1
-
通过检查图像间的相似度来实现图像配准,有详细注释,便于理解,编译能运行。...
通过检查图像间的相似度来实现图像配准,有详细注释,便于理解,编译能运行。-by checking the similarity between the images to achieve image registration, detailed notes, easily comprehensible compiler can run.
- 2023-05-24 10:55:03下载
- 积分:1
-
区域填充法填充多边形。鼠标交互输入多边形边界。无解压密码...
区域填充法填充多边形。鼠标交互输入多边形边界。无解压密码-filled polygon. Mouse interactive input polygon boundary. Without extracting passwords
- 2022-03-21 00:34:37下载
- 积分:1
-
Eigenface Face Recognition System
All functions are easy to use, as they are h...
Eigenface Face Recognition System
All functions are easy to use, as they are heavy commented.
Furthermore, a sample script is included to show their usage. -Eigenface Face Recognition SystemAll functions are easy to use, as they are heavy commented. Furthermore, a sample script is included to show their usage.
- 2023-01-12 05:15:03下载
- 积分:1
-
绘制二维坐标系的源码。且包含绘制sin(x)和cos(x)的例子。
绘制二维坐标系的源码。且包含绘制sin(x)和cos(x)的例子。-The code of drawing coordinate system,including the examples of drawing sin(x) and cos(x).
- 2022-03-14 09:53:12下载
- 积分:1