Description: 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. -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: 9001 |
Author:gz |
Hits:
Description: 图像的仿射变换,共包括4个文件,全都是matlab文件,分别为affine.m,grad.m,wrap.m,paremetric.m:,对于图像仿射变换以及图像的超分辨率重构非常有帮助。-image affine transformation, including a total of four documents, and all of Matlab documents, affine.m respectively, grad.m, wrap.m, paremetric.m :, for the affine transformation and the image of the super-resolution image reconstruction have been very helpful. Platform: |
Size: 2388 |
Author:shiaiye |
Hits:
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: 44333 |
Author:chouchoumao |
Hits:
Description: 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. -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: 9216 |
Author:gz |
Hits:
Description: 基于三维空间三角网格的二维投影图像变换,包括3D仿射变换,基础矩阵求解及欧式空间的重构,对基于图像的三维重构有研究的朋友可以看下-triangular grid transform two-dimensional projection images, including 3D affine transformation, based Matrix Solution and European space reconstruction, based on the three-dimensional image reconstruction studies have friends in a glance Platform: |
Size: 201728 |
Author:郭震宇 |
Hits:
Description: 图像的仿射变换,共包括4个文件,全都是matlab文件,分别为affine.m,grad.m,wrap.m,paremetric.m:,对于图像仿射变换以及图像的超分辨率重构非常有帮助。-image affine transformation, including a total of four documents, and all of Matlab documents, affine.m respectively, grad.m, wrap.m, paremetric.m :, for the affine transformation and the image of the super-resolution image reconstruction have been very helpful. Platform: |
Size: 2048 |
Author:shiaiye |
Hits:
Description: 本MATLAB 程序 利用SUSAN 算子来检测用点 通过角点来 计算角点处的128维向里 对这些基准图像和实时图像的向量进行匹配 实现图像的配准确 从而得到仿射变换参数-The MATLAB program using SUSAN operator to detect the use of points through the corner points to calculate the angle to where the 128-dimensional images of these benchmarks and real-time images to match the achievement of vector images obtained with an accurate affine transformation parameters Platform: |
Size: 2048 |
Author: |
Hits:
Description: 基于仿射变换的运动场估计,首先使用EBMA确定基于块的运动场,然后使用加权的LSE求仿射变换参数。给出基于仿射变换参数的预测帧以及相应的估计参数,并与基于块运动估计的运动场预测结果进行比较-Based on the estimated affine transformation of the stadium, the first to use block-based EBMA determine playgrounds, and then use the weighted LSE for affine transformation parameters. Affine transformation parameters are given based on the prediction frames and the corresponding estimated parameters, and block-based motion estimation of the prediction results were compared Stadium Platform: |
Size: 1024 |
Author:王娟 |
Hits:
Description: 图象经过T投影变换失真,通过仿射变换,使得原来平行的边平行。-Image after projection transformation T distortion, through the affine transformation, the parallel edges parallel to the original. Platform: |
Size: 1113088 |
Author:陈忠翔 |
Hits:
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: 基于SIFT的图像配准程序
SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力-SIFT-based image registration procedure is the SIFT feature matching algorithm for matching feature points at home and abroad a hot area of research and the difficulties in matching their ability to deal with translation between two images, rotation, affine transformation to match the case of problems, and even to some extent in any angle images will also be able to match the characteristics of a more stable capacity Platform: |
Size: 617472 |
Author: |
Hits:
Description: Matlab编写的仿射变换程序,有两个,都不错-Affine transformation program written in Matlab, there are two, are good Platform: |
Size: 6144 |
Author:sunxiyan |
Hits: