Affine Transformation
by Ibrahim El Rube'
16 Feb 2003
(Updated 05 Mar 2008)
This program facilitates the application of the affine transformation to a 2-D Image.
|
Watch this File
|
| File Information |
| Description |
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. |
| Required Products |
Image Processing Toolbox
|
| MATLAB release |
MATLAB 6.5 (R13)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (16) |
| 27 Nov 2003 |
Yu Jie Chang
|
|
|
| 02 Apr 2004 |
Salem Alkaabi
|
|
|
| 21 Jun 2004 |
Ashim Dhakal
|
|
|
| 07 Jul 2004 |
ted il
|
|
|
| 07 Jul 2004 |
ibrahim El Rube'
|
|
|
| 09 Jul 2004 |
Lee Zing
|
|
|
| 04 Aug 2004 |
Eng. Mahmoud Al-Hader
|
|
|
| 23 Sep 2004 |
Naif Alajlan
|
|
|
| 11 Oct 2005 |
Rodri de Luis
|
|
|
| 26 Nov 2006 |
zhang zw
|
|
|
| 30 Jan 2007 |
ahmed eloirrak
|
|
|
| 20 Feb 2007 |
Karlheinz Hauser
|
|
|
| 02 Mar 2007 |
Rajesh Govindan
|
|
|
| 02 Dec 2008 |
Fatma Chaker
|
|
|
| 21 Nov 2009 |
Raymond Cheng
|
|
|
| 31 Dec 2011 |
Hajar Habib
|
|
|
| Updates |
| 05 Mar 2008 |
Updated for Matlab 7.3 |
|
Contact us at files@mathworks.com