-
AffineTransformation computes and applies the geometric affine transformation to...
AffineTransformation computes and applies the geometric affine transformation to a 2-D image.
The program main functions are:
- Load Image: Load the image to be transformed.
- Transform Image: Computes the transformation matrix from the transformation parameters specified by the user, then it applies the transformation to the loaded image.
- Save Image: Save the transformed image.
- Quit: Exit the program.
The transformation parameters are specified by the user by editing the
values of the rotation, scale (x and y), and shear (x and y). The
translation is not icluded because it can be easily (normalized or) removed from the image by
subtracting the shape cetroid.
The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox
functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image.
- 2022-01-30 20:17:04下载
- 积分:1
-
印章识别源代码,需要的朋友下载后可以研究
印章识别源代码,需要的朋友下载后可以研究-Seal to identify the source code, the need for friends to download can be studied after
- 2022-01-20 22:51:42下载
- 积分:1
-
来源,牛顿
数值分析作业源码,NEWTON插值算法,输出计算结果。请高手多指点!-source, the Newton-interpolation algorithm, and the output results. 19:56 urged more!
- 2022-03-06 08:49:24下载
- 积分:1
-
Qt image processing ,别人写的一段数字图像处理程序
Qt image processing ,别人写的一段数字图像处理程序-Qt image processing, written by someone else a digital image processing program
- 2023-04-22 21:50:03下载
- 积分:1
-
三维点云处理程序
利用OpenGL、VC++编写的C++,三维点云处理程序,对于学习图形学、C++、OpenGL、文件读写很有帮助,是一个三维软件公司编写代码一部分,尤其是OpenGL库文件相当管用。 有两个数据文件 鼠标默认操作:具体还在头文件中 中键拖动 旋转 中键+Ctrl 平移 中键+Shift 面旋 滚轮滚动 缩放 中键+Ctrl + Shift 局部放大
- 2022-05-23 16:28:46下载
- 积分:1
-
in a transparent background bitmap drawing
在透明背景上绘制位图-in a transparent background bitmap drawing
- 2022-08-18 05:36:05下载
- 积分:1
-
C++Builder实现图象的雨滴效果,用积木效应实现,饶有趣味。
C++Builder实现图象的雨滴效果,用积木效应实现,饶有趣味。-C Builder Image raindrop effect, using building blocks to achieve effects, interesting.
- 2022-03-13 07:59:32下载
- 积分:1
-
本程序包含了一些增强算法,空间域和频率域增强,以及生成噪声的一些程序...
本程序包含了一些增强算法,空间域和频率域增强,以及生成噪声的一些程序-This procedure contains a number of enhancement algorithm, spatial domain and frequency domain to enhance, as well as some of the procedures to generate noise
- 2022-03-24 05:49:28下载
- 积分:1
-
一个关于图形图向生成的软件
一个关于图形图向生成的软件- About graph chart to production software
- 2022-02-09 23:35:35下载
- 积分:1
-
点阵字库字体绘制软件源码
可以通过快捷键Ctrl+C 和 Ctrl+V复制粘贴字形,也可以在字形的编辑区中点击鼠标右键,在弹出的菜单中选择Copy和Paste菜单项。
复制是复制当前整个字形区域;粘贴,可以关闭当前字形的编辑对话框,再打开其他可以编辑的字形,粘贴后覆盖新的字形区。
当前字库为点阵字库时,可以点击按钮“Adjust Parameters”,调整字符的水平和垂直偏移。
当成功导入一个点阵字库(*.lib)后,可以点击按钮“+”,可以将另外一个同字符集的点阵字库合并到当前字库。合并只支
- 2022-07-25 09:44:12下载
- 积分:1