-
封装好的一个显示BMP,JPG,GIF,WMF图形的类
封装好的一个显示BMP,JPG,GIF,WMF图形的类-Packaging, a good show BMP, JPG, GIF, WMF graphics category
- 2022-04-12 12:20:46下载
- 积分:1
-
滚动文字问题
实现了显示文字滚动的例子
滚动文字问题
实现了显示文字滚动的例子-rolling text of the issue and achieve a rolling display text examples
- 2023-05-30 09:50:04下载
- 积分:1
-
图像的翻转,我是个初学者,只是尝试,如果用可以打开看看,可用。...
图像的翻转,我是个初学者,只是尝试,如果用可以打开看看,可用。-reversal the picture,if you need ,you can record ,i think ,donot need more explaination。
- 2022-12-12 23:05:03下载
- 积分:1
-
该程序能够根据用户的需求,即用户输入相应的参数,来画出对应的正弦或余弦函数的图形,并可以进伸缩和平移变换...
该程序能够根据用户的需求,即用户输入相应的参数,来画出对应的正弦或余弦函数的图形,并可以进伸缩和平移变换-The program can be based on user demand, that is, the corresponding user input parameters, to draw the corresponding sine or cosine function of the graphics, and can transform into the scaling and translation
- 2022-03-13 08:08:19下载
- 积分:1
-
简单的屏幕输出例子。。。忘记从那转来的了。
简单的屏幕输出例子。。。忘记从那转来的了。-Simple example of screen output. . . Then forget to switch to the.
- 2022-03-26 04:36:27下载
- 积分:1
-
intel jpeg library内含document和vc samples
intel jpeg library内å«documentå’Œvc samples-document library containing samples and vc
- 2022-05-19 03:57:08下载
- 积分:1
-
2维空间的delaunay剖分
比较好理解 虽然复杂度大了点 呵呵 ...
2维空间的delaunay剖分
比较好理解 虽然复杂度大了点 呵呵 -2-dimensional space subdivision delaunay Although better understanding of the complexity of a big point huh
- 2023-05-14 00:05:03下载
- 积分:1
-
blur filter for image in c
blur filter for image in c
- 2022-11-23 09:55:04下载
- 积分:1
-
数字图像非局部均值算法,很好的哦。我自己试过了
数字图像非局部均值算法,很好的哦。我自己试过了
- 2022-08-16 04:01:19下载
- 积分: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