搜索资源列表
Affine Transformation02
- 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 t
Affine-Transformation
- 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 transfo
tuxiangyunsuan
- 图像运算Matlab代码 12.1 图像点的运算 12.1.1 线性点运算 12.1.2 非线性点运算 12.2 图像的算术运算 12.2.1 加法运算 12.2.2 减 法运算 12.2.3 乘法 运算 12.2.4 除法 运算 12.2.5 其它运算 12.3 图像的位逻辑运算 12.4 图像的几何运算 12.4.1 图像插值 12.4.2 图像缩放 12.4.3 图像旋转 12.4.4 图像剪切
imagecomputing
- MATLAB 图像运算 图像点的运算 图像的算术运算 其它运算 图像的位逻辑运算 图像的几何运算 图像缩放 图像旋转 图像剪切 空间变换 仿射变换( affine transformation ) 透视变换 (Perspective Transformation) 空间变换的 MATLAB 函数 空间变换实例 图像融合 邻域与块操作 邻域操作 图像块操作 区域处理 区域选择 区域滤波 区域填充 -MATLAB
affine_flow
- An affine (or first-order) optic flow model has 6 parameters, describing image translation, dilation, rotation and shear. The function affine_flow estimates these parameters for two frames of an image sequence.
gragh
- matlab GUI 展示8中图像变换(平移,放缩,旋转,错切,仿射,透视,多项式变换和pin cushion变换) -matlab GUI display the 8 image transformation (translation, scaling, rotation, Shear, affine, perspective, polynomial transform and pin cushion Transform)
affine_optical_flow
- 仿射(或一阶)光流模型有6个参数,描述图像平移,放大,旋转及剪切。类affine_optical_flow提供方法利用两帧图像序列来估计这些参数。-An affine (or first-order) optic flow model has 6 parameters, describing image translation, dilation, rotation and shear. The class affine_flow provides methods to estimates th
Affine-transformation
- 仿射变换是空间直角坐标变换的一种,它是一种二维坐标到二维坐标之间的线性变换,保持二维图形的“平直线”和“平行性”,其可以通过一系列的原子变换的复合来实现,包括平移(Translation)、缩放(Scale)、翻转(Flip)、旋转(Rotation)和剪切(Shear)。-Affine transformation is a transformation of Cartesian space, it is a linear transformation of two-dimensional c
1-Smooth-affine-shear-
- 1Smooth affine shear tight frames with MRA structure 1308.6205-1Smooth affine shear tight frames with MRA structure 1308.6205
1
- OpenGL实现多边形的平移,旋转,对称,错切等二维仿射变换 翻译-Translation, OpenGL polygon rotary shear, symmetric, affine transformation
AffineTransform
- 图像处理 Affine Transformation,rotation, scale,shear. 主要都是自己写的函数,不用toolbox的自带library。包括实例图片。-Affine Transformation,rotation, scale,shear. image processing, matlab. no toolbox.