-
java下的菜单和布局
java下的菜单和布局-the menu and layout
- 2022-03-30 12:10:04下载
- 积分:1
-
对三角划分算法的研究,对以前方法的改进,以达到良好的效果,...
对三角划分算法的研究,对以前方法的改进,以达到良好的效果,-Triangulation algorithm to study the improvement of previous methods in order to achieve good results,
- 2022-07-19 16:51:55下载
- 积分:1
-
最精简的jpeg编码源代码
最精简的jpeg编码源代码- Most simplifies jpeg code source code
- 2023-04-13 22:35:03下载
- 积分:1
-
本源码可以对图像进行基本的处理 像图像的二值化 图像的灰度变换 对比度变换 以及对图像进行 直方图的均衡化处理等等 项目中非常实用...
本源码可以对图像进行基本的处理 像图像的二值化 图像的灰度变换 对比度变换 以及对图像进行 直方图的均衡化处理等等 项目中非常实用-The source can be the basic image processing such as image binarization image contrast gray-scale transformation of the image transformation, as well as the histogram equalization processing, and so the project is very useful
- 2022-02-18 14:07:50下载
- 积分:1
-
很不错的基于神经网络BP算法的字母识别VC程序
很不错的基于神经网络BP算法的字母识别VC程序-very good based on neural network algorithm alphanumeric identification procedures VC
- 2023-04-10 18:05:04下载
- 积分:1
-
用鼠标绘图的代码,很有技巧
用鼠标绘图的代码,很有技巧-drawing with the mouse code, useful skills
- 2023-07-12 17:35:03下载
- 积分:1
-
photoshop的图形解决方案
photoshop的图形解决方案-graphics solution of photoshop
- 2022-04-09 08:44:52下载
- 积分:1
-
为规划部门写的,在acad上绘制城市道路的横断面图
为规划部门写的,在acad上绘制城市道路的横断面图-Written for the planning department in the Acad drawing of the cross-sectional diagram of Urban Roads
- 2022-04-26 09:47:28下载
- 积分:1
-
这是我的毕业设计,C语言,漂亮的图形效果,采用多种图形变换算法.以及三维变换算法...
这是我的毕业设计,C语言,漂亮的图形效果,采用多种图形变换算法.以及三维变换算法-This is my graduation design, C language, and beautiful graphics effects, using a variety of graphics transform algorithm. 3D Transform algorithm and
- 2022-03-16 08:06:51下载
- 积分: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