-
数字图像处理演示程序
数字图像处理演示程序-Digital Image Processing Demonstration Program
- 2023-08-19 22:50:03下载
- 积分:1
-
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
-
Fourier Transform image transformation, can support multiple formats of images,...
用傅立叶变换实现图像变换,可支持多种格式的图像,方法简单实用。-Fourier Transform image transformation, can support multiple formats of images, methods, simple and practical.
- 2022-01-24 13:47:41下载
- 积分:1
-
with vb achieve bezier curves generated! A very useful procedure!
用vb实现bezier曲线生成! 一个十分有用的程序!-with vb achieve bezier curves generated! A very useful procedure!
- 2022-06-20 03:33:38下载
- 积分:1
-
关于图像特征提取的一些算法的源代码,对搞图像处理和识别的会有一定帮助...
关于图像特征提取的一些算法的源代码,对搞图像处理和识别的会有一定帮助-images on the feature extraction algorithm source code, engaged in image processing and recognition would certainly help
- 2023-04-06 21:40:03下载
- 积分:1
-
MATLAB代码的JPEG压缩,JPEG压缩的matlab代码
JPEG压缩matlab代码, JPEG压缩matlab代码-Matlab code JPEG compression, JPEG compression matlab code
- 2022-07-25 09:06:45下载
- 积分:1
-
a slide show design.........
a slide show design-a slide show design.........
- 2022-01-22 15:51:21下载
- 积分:1
-
滤波图生成系统filter_1.34
滤波图生成系统filter_1.34-generation filtering system filter_1.34
- 2022-03-31 05:27:59下载
- 积分:1
-
C# GUI画图示例代码
柱状图,走势图,附SQL数据库 画图Demo 初学可用
- 2022-01-27 10:12:14下载
- 积分:1
-
手写体识别
利用决策导向无环图的算法,通过PCA进行了降维处理。为了看出不同核函数参数对识别率及运行时间的影响,我们采用了相同的惩罚因子而使用了线性核、二次核、多项式核、rbf核、多层感知器等核函数对这些数字样本进行分类,并对分类结果准确率及分类时间进行输出对比。
- 2022-01-26 07:16:41下载
- 积分:1