-
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
-
3D文件读取
该包中包含3D文件的读取,保存,其中有DXF格式文件,3DS文件,OBJ文件,LSS文件,LAS文件,V3E文件,STL文件。这些常用3D数据格式的读取与存储操作,对3D开发者有非常大的作用。
- 2023-04-04 12:05:03下载
- 积分:1
-
VC image processing to the various methods of noise (random noise to .....)
VC++图象处理去噪音的多种方法(有随机去噪音等.....)-VC image processing to the various methods of noise (random noise to .....)
- 2022-01-25 16:11:50下载
- 积分:1
-
火星照片剪裁matlab源程序,应用于航空牌照识别功能
火星照片剪裁matlab源程序,应用于航空牌照识别功能-tailoring Matlab source used aviation license Recognition
- 2022-08-03 13:37:06下载
- 积分:1
-
实现多物体相关联
实现多物体相关联-multi-related objects
- 2022-03-23 14:30:37下载
- 积分:1
-
procedures for the two binary images, and the right image mosaics, based on the...
本程序为图象二值化,以及对图象马赛克,基于人体肤色划分等,功能齐全-procedures for the two binary images, and the right image mosaics, based on the delineation of human color, multifunctional
- 2022-01-30 19:38:00下载
- 积分:1
-
Meshlab和VCGlib
Meshlab和VCGlib都是意大利国立研究院的作品,meshlab提供了大量的模型分析与处理的算法,而VCGlib建立了基础的数据结构及其遍历访问的算法,也提供了模型的基本处理算法。VCGlib是标准C++库写的,其提供了IO与封装OpenGL来显示。Meshlab的界面是用QT来写的,因此需要QT SDK的支持。
- 2022-03-21 15:45:59下载
- 积分:1
-
影象处理的所有程序,,测试全部合格,,算法达到嘴快
影象处理的所有程序,,测试全部合格,,算法达到嘴快-Images of all treatment procedures, testing of all qualified, the algorithm reached嘴快
- 2022-02-07 17:39:31下载
- 积分:1
-
一个多方位演示系统,可绘制直线,园,椭圆,矩形和写文字等。...
一个多方位演示系统,可绘制直线,园,椭圆,矩形和写文字等。-A multimediaDemo which can pain lines ,circle ,elipse and write words.
- 2022-02-06 20:48:28下载
- 积分:1
-
这是一个Bezier曲线(C++)的源代码。这是非常重要的计算机图形…
这个是贝塞尔曲线(C++)的源代码。它是计算机图形学中非常重要的内容。-This is a Bezier curve (C++) Source code. It is very important in computer graphics content.
- 2022-02-13 00:23:46下载
- 积分:1