CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - image rotation MATLAB

搜索资源列表

  1. imrotatex.rar

    0下载:
  2. 自己用matlab语言编写的基于双线性插值的图像旋转程序,I have written based on the bilinear interpolation of the image rotation process
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:533
    • 提供者:zhanghaiqianzx
  1. 1

    0下载:
  2. 实现灰度图的旋转,拉伸,直方图显示,滤波等,实现彩色图象的分割,边缘提取-Grayscale realize the rotation, stretching, histogram display, filtering and so on, to achieve color image segmentation, edge extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1479469
    • 提供者:zj
  1. LBP-SIFT-image-matching-algorithm-combined

    3下载:
  2. SIFT和旋转不变LBP 相结合的图像匹配算法(数字图像处理/图像匹配)-SIFT and LBP combined rotation invariant image matching algorithm (digital image processing/image matching)
  3. 所属分类:Special Effects

    • 发布日期:2016-01-22
    • 文件大小:603136
    • 提供者:马蓉琼
  1. tuxiangyunsuan

    0下载:
  2. 图像运算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 图像剪切
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:4651
    • 提供者:王万国
  1. rorote

    0下载:
  2. 自定义函数,图像按任意角度旋转,一维线性插值和二维线性插值-Custom function, image rotation by any angle, one-dimensional linear interpolation and two-dimensional linear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:172375
    • 提供者:王爽
  1. tuxiangzengqiang

    2下载:
  2. 本程序基于Matlab,初步实现图像增强的基本操作,实现 图像明暗度调整, 图像旋转,更改颜色显示方式,直接灰度调整,图像求反,动态范围压缩,显示原始图像直方图,直方图均衡化,滤波增强等功能-This procedure based on Matlab, the initial realization of the basic operation of image enhancement, image brightness adjustment, image rotation, change t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-23
    • 文件大小:2441251
    • 提供者:funfunhit
  1. Anyrangle

    0下载:
  2. 图像处理,图像的矫正,图片的旋转,简单的程序,希望对大家有用。-Image processing, image correction, picture rotation, a simple procedure, in the hope that useful to everyone.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:548
    • 提供者:lee
  1. MatlabToolboxforImageProcessing

    0下载:
  2. \常用的图像处理工具(用MATLAB所编)Matlab Toolbox for Image Processing:梯度锐化,图像镜像,图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡,中值滤波等。-\ Common image processing tools (using MATLAB, ed) Matlab Toolbox for Image Processing: gradient sharpening, image mirroring,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1415381
    • 提供者:youxia
  1. MATLAB_Medical_Image_Process_Experiments

    1下载:
  2. MATLAB医学影像处理实验(内含14个原代码及教学的说明) (1)Plot a sine function using MATLAB, and write the data into a file (2)Read data from a file, plot a SINC function, and append the result back to the same file (3)Plot a Gaussian distribution using MATLAB (4)Fo
  3. 所属分类:Special Effects

    • 发布日期:2015-09-24
    • 文件大小:2280026
    • 提供者:江儜昶
  1. imrotate_my

    0下载:
  2. 一个空间点P绕一个中心点C旋转可用接续的三个变换来实现:第1个变换平移点C到坐标系原点位置,第2个变换将点P绕原点旋转,第3个变换平移点C回到其相对于坐标系原点的原始位置。当原始图像点乘以变换矩阵,得到新的图像位置点时,其位置可能不是整数值,该位置的灰度值需要通过灰度插值获得。在不改变输出图像大小的情况下,超出原始图片范围的区域,MATLAB原有函数imrotate的处理方法为将其灰度值全部置零,本文通过取模操作对超出区域进行了另外一种控制方法imrotate_my函数,能够较好的显示出图像旋转
  3. 所属分类:Special Effects

    • 发布日期:2016-01-24
    • 文件大小:1587
    • 提供者:肥猪流
  1. 87361018figure_rotate

    0下载:
  2. 图像旋转的死循环Efficient procedures for image rotation, Matlab language, easy to read.-rotateEfficient procedures for image rotation, Matlab language, easy to read.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1191
    • 提供者:jimliu
  1. rotate

    0下载:
  2. 实现图像空间旋转,灰度插值操作,插值方法分别是最近邻法和二次线性法。-Achieve the image space rotation, gray-level interpolation operation, interpolation methods are nearest neighbor method and the second linear method.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2490
    • 提供者:bbdlp
  1. goddy

    0下载:
  2. 基于傅立叶梅林变换的图像配准算法可以控制旋转缩放参数实现配准-Fourier Mellin transform based image registration algorithm can control the rotation scaling parameters to achieve registration
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:533460
    • 提供者:程森
  1. MyDIP_Matlab

    2下载:
  2. 以matlab为平台的一个GUI界面的图像处理程序,具有图像处理的各种功能,如:图像旋转,色彩平衡调节,图像增强,加噪,滤波,二值化,直方图,膨胀,腐蚀,边缘检测及图像合成等功能。-以 matlab as a platform for a GUI interface, image processing, has an image processing functions, such as: image rotation, color balance adjustment, image enhan
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:81648
    • 提供者:michael
  1. matlab

    0下载:
  2. Matlab中常用源代码,包含梯度锐化、图像平移、阈值变换、图像旋转、图像滤波等。-Matlab source code commonly used, including gradient sharpening, image shift, threshold transform, image rotation, image filtering.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2875067
    • 提供者:wjj
  1. shape-matching-cluttered-scenes-

    0下载:
  2. 旋转不变非刚性的图像匹配 。代码为matlab源码,代码注释详细,可以通过代码上的链接找到原始文献,以作详细学习-Rotation-invariant non-rigid image matching. Matlab source code, code comments in detail, you can find links to the original code on the literature, for detailed study
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:320589
    • 提供者:joe
  1. rotation

    0下载:
  2. 图形图像处理基于matlab的图像旋转(rotation)-Image processing based on the matlab image rotation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:3017900
    • 提供者:
  1. xuanzhuan

    0下载:
  2. 图像旋转matlab程序,实现图像的旋转-Image rotation matlab program, image rotation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3018
    • 提供者:hongyi
  1. Image-registration-matlab-code

    0下载:
  2. 图像配准:介绍经过平移,旋转,尺度变换后,图像的配准!-Image registration: introduced after translation, rotation, scale transformation, image registration!
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:131291
    • 提供者:feng
  1. Image-rotation

    0下载:
  2. MATLAB实现图像的旋转,有代码,PPT,程序报告,适合初学者-MATLAB Image rotation, there are code, PPT, program reports, suitable for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:451158
    • 提供者:吴荣荣
« 12 3 4 5 »
搜珍网 www.dssz.com