CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Affine transformation
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Affine transformation - List
[
Other resource
]
Affine-Transformation
DL : 0
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.
Update
: 2008-10-13
Size
: 43.29kb
Publisher
:
chouchoumao
[
Special Effects
]
Affine Transformation02
DL : 1
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.
Update
: 2025-02-17
Size
: 9kb
Publisher
:
gz
[
Graph program
]
projective-and-affine
DL : 0
基于三维空间三角网格的二维投影图像变换,包括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
Update
: 2025-02-17
Size
: 197kb
Publisher
:
郭震宇
[
Compress-Decompress algrithms
]
affine
DL : 0
图像的仿射变换,共包括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.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
shiaiye
[
2D Graphic
]
AffineTransformation
DL : 0
仿射变换 matlab 程序 关于2维配准-Affine transformation matlab program on the 2-D registration
Update
: 2025-02-17
Size
: 8kb
Publisher
:
lxg
[
Special Effects
]
myaffine
DL : 0
完整正确的仿射变换程序,测试过绝对没有错-Complete the correct affine transformation procedures, the test had absolutely nothing wrong with
Update
: 2025-02-17
Size
: 21kb
Publisher
:
张丽娜
[
Special Effects
]
AFFINE
DL : 0
基于仿射变换的运动场估计,首先使用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
Update
: 2025-02-17
Size
: 1kb
Publisher
:
王娟
[
Special Effects
]
affine
DL : 0
图象经过T投影变换失真,通过仿射变换,使得原来平行的边平行。-Image after projection transformation T distortion, through the affine transformation, the parallel edges parallel to the original.
Update
: 2025-02-17
Size
: 1.06mb
Publisher
:
陈忠翔
[
2D Graphic
]
Affine-Transformation
DL : 0
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.
Update
: 2025-02-17
Size
: 43kb
Publisher
:
chouchoumao
[
Special Effects
]
affine
DL : 1
读取图像,并对图像进行仿射变换,可以通过改变仿变换的参数得到不同的变换图像-Image affine transformation :get different transformed images by different parameters
Update
: 2025-02-17
Size
: 12kb
Publisher
:
liya
[
Special Effects
]
affine
DL : 0
基于最小二乘法的仿射变换 matlab实现-Least square method based on the realization of affine transformation matlab
Update
: 2025-02-17
Size
: 4kb
Publisher
:
[
matlab
]
affine
DL : 0
Affine Transformation
Update
: 2025-02-17
Size
: 5kb
Publisher
:
eric
[
source in ebook
]
27796711AffineTrans
DL : 0
很好的仿射变换的源代码,已经测试过可以满足你对仿射变换的要求-Affine transformation a good source code has been tested to meet the requirements of your affine transformation
Update
: 2025-02-17
Size
: 68kb
Publisher
:
张明杰
[
Special Effects
]
myaffine
DL : 0
MATLAB用于图像拼接的小程序们,很有价值的,包括仿射变换-MATLAB for image mosaic of small programs are of great value, including affine transformation
Update
: 2025-02-17
Size
: 21kb
Publisher
:
林风
[
OpenCV
]
15
DL : 0
根据仿射变换原理,借助opencv中的函数实现了图片的放射变换-Under affine transformation principle, with opencv functions implemented in the radiation image transformation
Update
: 2025-02-17
Size
: 2.6mb
Publisher
:
we
[
Special Effects
]
affine
DL : 0
图像的仿射变换程序,倾斜变正视。对一张拍摄(倾斜角度)到放在桌面的A4纸的图片做一个仿射变换,由倾斜的角度变换成正视的情况。-Image affine transformation process, tilt change address. On a shot (angle) to A4 paper on the desktop image to be a affine transformation, by the tilt angle transformation into a face situation.
Update
: 2025-02-17
Size
: 429kb
Publisher
:
guojie
[
matlab
]
Affine
DL : 0
Matlab编写的仿射变换程序,有两个,都不错-Affine transformation program written in Matlab, there are two, are good
Update
: 2025-02-17
Size
: 6kb
Publisher
:
sunxiyan
[
Special Effects
]
Affine-transformation
DL : 0
这是一个位图变换的例子,也是之前一家公司的笔试题目,该程序是实现24位位图的仿射变换-This is an example of graph transformation, is also before the company s written questions, the program is to achieve 24-bit bitmap affine transformation
Update
: 2025-02-17
Size
: 122kb
Publisher
:
张
[
Special Effects
]
Affine-Transformation
DL : 0
程序在一个2D图像上计算并应用地理仿射变换。对于仿射变换的理解很有帮助。- The program calculated in a 2D image and the application of geographic affine transformation. Helpful for the understanding of the affine transformation. The program calculated in a 2D image and the application of geographic affine transformation. Helpful for the understanding of the affine transformation.
Update
: 2025-02-17
Size
: 43kb
Publisher
:
陈冬雪
[
GIS program
]
Affine-Transformation
DL : 0
基于Visual stdio2010编写的Affine Transformation程序,实现了基本的仿射变换功能,如缩放功能、旋转等。-Prepared based on the Visual stdio2010 the Affine Transformation program to achieve a basic affine transformation, such as zoom functions, rotation, and so on.
Update
: 2025-02-17
Size
: 10.65mb
Publisher
:
liu
«
1
2
3
4
5
6
7
8
9
10
...
13
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.