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.
Platform: |
Size: 44032 |
Author:chouchoumao |
Hits:
Description: 一组用于计算不同参考椭球和不同投影之间的坐标变换的函数,包括以下工具:
- 从笛卡尔到地理坐标的
转换,以及 从地理坐标到横向墨西哥映射的反向
转换或者朗伯保形锥形映射以及 从地理到可以处理不规则区域和极点映射的UTM和背面
- 3D / 2D / 1D相似变换(Helmert变换)
- 确定3D / 2D / 1D-Helmert变换的参数
- 执行Helmert变换 后应用残差校正
- 读取和使用NTV2转换参数
- ITRS和ETRS帧之间的3D转换
- 3D / 2D仿射变换及其参数确定
- 3D / 2D到2D投影变换及其参数确定
- Molodensky变换(A set of functions to calculate coordinate transformations between different reference ellipsoids and different projections, including tools on:
- transformation from cartesian to geographic coordinates and back
- transformation from geographic coordinates to transverse mercator mapping or lambert conformal conical mapping and back
- transformation from geographic to UTM and back which can handle irregular zones and pole mapping
- 3D/2D/1D similarity transformation (Helmert transformation)
- determination of the parameters of a 3D/2D/1D-Helmert transformation
- applying residual corrections after performing a helmert transformation
- reading and using NTv2 transformation parameters
- 3D transformation between ITRS and ETRS frames
- 3D/2D affine transformation and its parameter determination
- 3D/2D to 2D projective transformation and its parameter determination
- Molodensky transformation) Platform: |
Size: 805888 |
Author:wufan620
|
Hits: