-
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
-
简易的CAD,没有坐标转换和point类。
简易的CAD,没有坐标转换和point类。-Summary of CAD, there is no coordinate transformation and the point type.
- 2022-04-07 18:16:03下载
- 积分:1
-
c语言实现的边缘检测算法
c语言实现的边缘检测算法-Edge Detection Algorithm
- 2023-08-16 15:00:03下载
- 积分:1
-
A small drawing tools, a simple function, into the interface seems perfect.
一个小小的画图工具,简单的功能,进似完美的界面。-A small drawing tools, a simple function, into the interface seems perfect.
- 2022-01-25 22:10:25下载
- 积分:1
-
对单通道图像做直方图
对单通道图像做直方图-done right single image histogram
- 2022-08-07 12:33:24下载
- 积分:1
-
数字图像处理(朱志刚)
数字图像处理(朱志刚)-Digital Image Processing (Zhu Zhigang)
- 2022-08-15 06:21:32下载
- 积分:1
-
code about k
K近邻分类法的实现代码,是一个基于win32的非界面程序-code about k-nearest neighbor
- 2022-01-28 08:24:40下载
- 积分:1
-
本程序是用VisualC++和OpenCV实现的,通过改进的Camshift算法,引进辅助信息,解决了人脸遮挡问题...
本程序是用VisualC++和OpenCV实现的,通过改进的Camshift算法,引进辅助信息,解决了人脸遮挡问题-This procedure is used VisualC++ And OpenCV achieved through improved Camshift algorithm, the introduction of auxiliary information to resolve the problem of facial occlusion
- 2022-12-19 16:10:07下载
- 积分:1
-
vowal detection in speech
vowal detection in speech
- 2022-03-22 14:04:18下载
- 积分:1
-
摄像机标定
摄像机标定-Camera calibration
- 2022-02-14 19:16:38下载
- 积分:1