-
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
-
对单通道图像做直方图
对单通道图像做直方图-done right single image histogram
- 2022-08-07 12:33:24下载
- 积分:1
-
细化算法,提取二值黑白图象的骨架的VC实现
细化算法,提取二值黑白图象的骨架的VC实现-refinement algorithm, the value extracted two black-and-white images of the skeleton VC
- 2022-05-28 11:17:56下载
- 积分:1
-
这个里面的是一些技术文章,对了解图形学的一些新的技术比较适用,通过适用这些新的技术,可以得到一些比较新的效果...
这个里面的是一些技术文章,对了解图形学的一些新的技术比较适用,通过适用这些新的技术,可以得到一些比较新的效果-The inside is a number of technical articles, the understanding of some graphics comparing the application of new technologies, through the application of these new technologies, you can get some relatively new effects
- 2022-11-15 03:35:04下载
- 积分:1
-
源代码的PDF程序作为输入文件,由两列…
The pdf program with source code takes as input a file that consists of two columns.
The first column has in capital letters BC, TC, NC. BC indicates that the ascii text will be byte compressed. TC indicates that the text will be text compressed and NC indicates that the text will be numerically compressed.
The second column will have a text string beginning with and ending with quotes. For BC the text must consist of the numbers 0-9 and letters A-F ( Hex 0-9, A-F). Also, in BC if the length of the string is odd,a zero will be prepended to the string to make it and even number.
For TC the text can consist of any of the legal
text compress charactors in the pdf417 standard. For NC, the letters 0-9 are allowed in the text.
-The pdf program with source code takes as input a file that consists of two columns.
The first column has in capital letters BC, TC, NC. BC indicates that the ascii text will be byte compressed. TC indicates that the text will be text compressed and N
- 2022-03-09 17:01:14下载
- 积分:1
-
用Canny算子提取边缘,在readme里有详细的使用说明
用Canny算子提取边缘,在readme里有详细的使用说明-with Canny operator from the brink of the readme are detailed usage
- 2023-07-05 15:45:04下载
- 积分:1
-
用于BMP位图图像文件与数据保留读
用来对bmp位图文件的读取与图像的数据保存-Used to bmp bitmap image files to read with the data retention
- 2023-01-12 02:40:04下载
- 积分:1
-
本人搜集到的计算机图形学的一些DDA直线算法源码及其程序。...
本人搜集到的计算机图形学的一些DDA直线算法源码及其程序。-I collected a number of computer graphics DDA line algorithm source code and its procedures.
- 2022-03-26 01:35:57下载
- 积分:1
-
Cc segments of a certain Dr. procedures, the typical strategy of approaching a b...
某博士的cc细分程序,典型的逼近细分策略,可以做各种变换,渲染-Cc segments of a certain Dr. procedures, the typical strategy of approaching a breakdown, you can make all kinds of transformation, rendering
- 2022-02-03 02:59:04下载
- 积分:1
-
AUTOCAD的模板 AUTOCAD在ARX下的开发,需要ARX开发环境
AUTOCAD的模板 AUTOCAD在ARX下的开发,需要ARX开发环境-AutoCAD template AUTOCAD ARX in the development, the need ARX
- 2022-12-06 13:40:03下载
- 积分:1