CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像 旋转 插值

搜索资源列表

  1. matlab

    0下载:
  2. 利用matlab对图像进行旋转处理的程序代码。以及图像插值算法的原理-Using matlab rotate the image processing code. And the principle of image interpolation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:85357
    • 提供者:was
  1. GeometryTransSHow

    0下载:
  2. 在灰度图像的几何变换中,使用了邻近插值,线性插值,以及立方卷积插值。其中还包括图像的旋转、缩放等。-In the gray image of the geometric transformation, the use of the adjacent interpolation, linear interpolation, and cubic convolution interpolation. It also includes image rotation, zooming.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2808843
    • 提供者:jack
  1. GeometryTrans2

    0下载:
  2. 图像处理中的几何变换(近邻插值,双线性,立方卷积,及任意角度旋转,缩放)-GeometryTrans in Image Processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:571004
    • 提供者:jun
  1. rotationimage

    0下载:
  2. 采用近邻插值对图像进行旋转,中心在图像中点,返回旋转后的图像-Neighbor interpolation using the image rotation, center of the mid-point in the image and returns the rotated image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1598
    • 提供者:gao
  1. moni

    0下载:
  2. MATLAB实现图像读入,彩色图像转换成灰度图像,以及插值法计算得到旋转图像。-Read into MATLAB for image, color images into grayscale images, and rotate the image calculated by interpolation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1185
    • 提供者:liying
  1. rotate16

    0下载:
  2. 本代码是关于图像旋转的,可以方便地将任意一个输入图像平均地旋转16个方向,并进行插值。-The code is about the image rotation, which can take an input image rotate 16 directions and get output 16 images with interpolation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:706
    • 提供者:David
  1. DImageProcess

    0下载:
  2. 可以实现图像的位置变换,包括图像平移,旋转,镜像,转置等,实现图像的尺度变换,包括尺度缩放,和插值算法的实现-Can change the location of the image, including image translation, rotation, mirroring, transposition, etc., to achieve the image of the scale transformation, including scale scaling, and interpo
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:11393317
    • 提供者:代菊
  1. image-processing

    1下载:
  2. 1.设计一个程序,对一幅灰度图像的实现如下几何变换,1)放大为原图1.5倍 2)绕中心旋转30度(CW) 3)采用偏移量插值实现一个透视变换. 灰度差值用最近邻插值和双线性插值 2. 绘制一幅灰度图像的梯度幅度图像(三点法求梯度),针对梯度幅度图像合理的选择一个阈值(通过试验即可)将其二值化,以获得图像边缘检测图像。-(1) design a program, a grayscale image as geometric transformation, zoom 1) for 1.5 tim
  3. 所属分类:Special Effects

    • 发布日期:2015-12-28
    • 文件大小:291840
    • 提供者:Xucheng
  1. myrotate2

    0下载:
  2. 复数乘法实现图像旋转,并且运用插值对旋转后的图像优化-Complex multiplication of image rotation, and the use of interpolation of the rotated image optimization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:599
    • 提供者:wuwei
  1. xuanzhuan

    0下载:
  2. matlab源程序利用线性插值和邻近插值实现图像的旋转-matlab source code using linear interpolation and adjacent interpolation of image rotation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:177611
    • 提供者:xiawei
  1. image

    0下载:
  2. 对图像进行旋转,拉伸,镜像对称等变换的整合示例,包含最近邻插值,双线性插值即双三线性插值的处理部分程序-Image rotate, stretch, mirror symmetry transformation of the integration example, contains the most recent neighbor interpolation, bilinear interpolation double tri-linear interpolation processing p
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1362
    • 提供者:caicai
  1. matlab-image-shifting-and-rotate

    0下载:
  2. matlab 做图像平移和旋转 用的是领域插值法 二次线性插值 另外还有一些调用matlab自带函数的编程-matlba image shift and rotate
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1756840
    • 提供者:chao
  1. license-plate-recognition

    1下载:
  2. 本程序采用一种基于垂直Sobel算子检测边缘和投影法的车牌定位方法,根据车牌区域竖直纹理突出的特点,利用Sobel垂直算子提取边缘,然后投影得到车牌的水平投影图,利用水平投影图分割出车牌,再运用膨胀运算进行车牌垂直定位。利用旋转投影法寻找车牌倾斜角度,然后用双线性插值进行车牌图像倾斜矫正。对经过精定位的车牌利用垂直投影法,找出各个字符的中心点,根据字符中心点位置进行切割。同时将切割出来的图片与数据库中的每张模板图片进行减法运算,计算该图片与模板的均方误差,其均方误差最小的模板即为识别出的字符。-
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:6965
    • 提供者:埃米尔
  1. imageprocess

    0下载:
  2. 该程序是在matlab环境下gui界面编写的,集成了图像处理的基本功能。图像大小变换,加噪去噪、滤波、插值、截图、旋转角度等功能-The program in matlab environment prepared by the gui interface, integrated image processing functions. The size of the image transformation, adding noise denoising, filtering, interpol
  3. 所属分类:Special Effects

    • 发布日期:2017-11-28
    • 文件大小:17786
    • 提供者:飞跃云端
  1. matlab2

    4下载:
  2. 对“2.1.bmp”图像操作,将其放大至原来大小的1.5倍,采用双线性插值方法放大。 对“2.1.bmp”绕图像中心逆时针旋转20度,采用双线性插值方法。此题目不要使用imresize和imrotate函数,自己写程序完成。 2.对畸变图像进行矫正:”2.2.bmp”为畸变后的图像,已知畸变后图像上的四个点(118,88)(90,140)(139,168)(168,116)对应畸变前的点分别为为(98,98)(98,158)(158,158)(158,68),用对应点约束法求畸变前
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:2424
    • 提供者:单车少年
  1. 11

    0下载:
  2. 基于MATLAB的图像处理的基本运算 (1)能够对图像亮度和对比度变化调整,并比较结果 (2)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的和旋转操作,并保存,比较几种插值的效果 (3)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 (4)对图像加入各种噪声,比较效果。 -Adjustment of image brightness and contrast changes, and compare the re
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:9842
    • 提供者:苏琴
  1. jiaozheng

    0下载:
  2. 图像的4点矫正。手动选定4点之后实现旋转矫正。使用最临近插值。-4:00 of the image correction. Manually selected the rotation correction after 4:00. Using the nearest neighbor interpolation.
  3. 所属分类:Special Effects

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

    0下载:
  2. 使用双线性插值的图像旋转,和本站的其余旋转不同,我的旋转不会使图像缺角,好处就是旋转后他的傅里叶变换的频域图也旋转同样的角度,同样可以用来处理矩阵,来做滤波器,我在做方向滤波器,有兴趣要的可以m我。-Using bilinear interpolation, image rotation, and the rest of the rotation is the rotation does not make the image Cutaway, the advantage is that the
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:664
    • 提供者:陈雨露
  1. Image-Geometric-Transformation-

    0下载:
  2. 学习资料,里面有图像位置变换(图像平移、旋转、镜像、转置),图像尺寸变换(缩放、插值)以及魔镜的综合实例,很好的,谢谢站长查收-Learning materials, which have transformed the image position (image translation, rotation, mirroring, transpose), image resizing (scaling, interpolation) as well as comprehensive exampl
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:692471
    • 提供者:徐坤
  1. imrotate

    0下载:
  2. 适用于matlab 的图形旋转代码,可自定义旋转角度,使用邻近插值不全图像-Applicable to matlab graphical rotation code, the rotation angle can be customized using the neighbor interpolation incomplete picture
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:11593
    • 提供者:王隶桢
« 1 2 3 45 6 »
搜珍网 www.dssz.com