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

搜索资源列表

  1. imrotatePos

    0下载:
  2. 基于双线性插值的图像旋转,似于MATlab的imrotate函数功能-imrotatePos
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1889
    • 提供者:涂洪国
  1. ImgProject

    0下载:
  2. 图像双线性插值方法实现图像的缩放功能,任意缩放比例。-image interpolate
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2506600
    • 提供者:hewei
  1. Nearest_Neighbor_Interpolation

    0下载:
  2. MATLAB最近像素插值法对图像进行放大和缩小-MATLAB recently pixel interpolation method of image zoom in and out
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:866
    • 提供者:shen hong
  1. 2

    0下载:
  2. 编写24位彩色图像的平移处理程序;编写基于最近邻插值算法的24位彩色图像放大处理程序;编写基于双线性插值算法的24位彩色图像放大处理程序;编写基于最近邻插值算法的24位彩色图像缩小处理程序;编写基于双线性插值算法的24位彩色图像缩小处理程序;编写基于最近邻插值算法的24位彩色图像旋转处理程序;编写基于双线性插值算法的24位彩色图像旋转处理程序;-The preparation of 24-bit color image translation process the preparation o
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:5210775
    • 提供者:程博
  1. Raw

    1下载:
  2. 本程序能够实现RAW文件和BMP图像的均衡化处理,RAW文件转化为BMP,图像缩放(最近邻差值方式、双线性插值、三次B样条插值),两幅图像的相似度比较-This procedure can be achieved RAW image files and BMP balanced treatment, RAW files into BMP, image scaling (the margin nearest neighbor approach, bilinear interpolation, th
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:69567
    • 提供者:qzc
  1. ImgRotate

    0下载:
  2. 实现图像处理中常见的图像旋转功能。运行程序时可以通过选择近邻域插值法、线性插值法或者三阶卷积插值三种复杂度不同的算法来实现。-Image processing to achieve common image rotation function. Can run the program by selecting the neighbor domain interpolation, linear interpolation, or third-order convolution interpolat
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:1244395
    • 提供者:谭璐芬
  1. szfxsy1

    1下载:
  2. 实验一:三次样条插值(P56,例6) 一、实验目的: 1) 掌握三次样条插值的运用 2) 了解拉格朗日插值在高次上的误差 二、实验环境:Matlab6.5 三、实验内容: 1) 给定函数f(x)=1/(1+x2),-5<=x<=5,节点xk=-5+k,(k=0,1,2…10),用三次样条插值求S10(x),S10’(-5)=f’(-5),S10’(5)=f’(5)。 2)作原函数f(x),拉格朗日插值函数Ln(x),三次样条差值函数Sn(x)。画出三个函
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:44579
    • 提供者:TNG
  1. disp_fig

    0下载:
  2. 采用通过提取图像的边缘特征对两幅图像配准,并采用双线性插值算法来提高配准精度。用于两幅图像间变化不大的配准。-Adopted through the extraction of image edge characteristics of two image registration, using bilinear interpolation algorithm to improve registration accuracy. Between two images for little chan
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:6941
    • 提供者:jiaojiao
  1. chap1_3

    0下载:
  2. 图像的几何变换,包括图像的放大,和图像的缩小,图像的旋转,图像的平移,插值-Images of geometric transformations, including image magnification, and image reduction, image rotation, image translation, interpolation
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:2609083
    • 提供者:刘国玉
  1. pictureredraw

    1下载:
  2. 由于光学镜头的生产工艺等原因,数码相机拍摄图像常常会出现非线性的几何畸变。针对这一常见问题,采用最小二乘拟合、双线性插值的方法对拍摄图像进行校正。实验结果表明,该方法能够在保证无颜色失真的条件下获得较为理想的校正结果。- the picture is changed when we get it,this mothed is to redraw it
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-05-13
    • 文件大小:2833167
    • 提供者:王志
  1. rotate_image

    0下载:
  2. 可以快速的进行图像的旋转,利用插值对图像的进行重建。-Could be made rapidly rotating image, using interpolation of the image reconstruction.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2841
    • 提供者:sai
  1. chazhi

    0下载:
  2. 基于图像增强的灰度插值算法,这是图像配准和图像融合的基础部分-Gray-scale image enhancement based on the interpolation algorithm, which are image registration and image fusion of the basic part of
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:568286
    • 提供者:陈明
  1. interpolation

    0下载:
  2. 多项式插值与拟合及实例分析,图像处理中可以用到的-Polynomial interpolation and fitting, and examples of analysis, image processing can be used
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:179690
    • 提供者:斌斌
  1. chazhi

    0下载:
  2. 插值法实现灰度图像的缩放及旋转的程序,开发环境为Visual C++6.0,实现了多种差值方法。可用于进行算法的分析和比较-Gray-scale image interpolation implementation of the scaling and rotation procedures, development environment for Visual C++6.0, a variety of difference methods of implementation. Algorith
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:78955
    • 提供者:张晓彬
  1. ImageEnlarge

    0下载:
  2. 采用国际标准测试图lena进行测试。分别采用“基于像素放大原理的图像放大”、“基于双线性插值原理的图像放大”两种方法进行图像分割。并附有注释、程序清晰、易于阅读。相信图像初学者阅读后必定会有很大的-image enlarge, pixel enlarge based method, bi-linear insert method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:50942
    • 提供者:张捷
  1. Matlab

    0下载:
  2. MATLAB最近临插值算法和线性插值算法,完全代码,关于matlab的插值算法图像放大-MATLAB interpolation algorithm and a recent clinical linear interpolation algorithm, complete code, matlab interpolation algorithm on the image to enlarge
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:3029
    • 提供者:matlab
  1. zy5

    1下载:
  2. 摘 要:曝光瞬间造成图像模糊的运动通常作为直线运动近似处理 ,若能找出模糊图像的运动模糊方向 ,并将之旋转到水平轴 ,则二维问题可简化为一维来处理 ,大大简化由模糊图像估计出运动模糊点扩散函数以及图像恢复的过程 ,并为图像恢复的并行计算创造有利条件。由于运动模糊降低了运动方向上图像的高频成 分 ,沿着运动方向实施高通滤波 方向微分 ,可保证微分图像灰度值 绝对值 之和最小。基于此 ,本文利用双线性插值的方法 ,固定并适当选取方向微分的微元大小 ,构造出3 ×3方向微分乘子 ,得到了高效高精度
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:268341
    • 提供者:彭彭
  1. PictureReshape_c_sharp

    1下载:
  2. 图像变形软件,使用五种方法实现,分别为均值插值,牛顿插值,拉格朗日插值,双线性插值-Image morphing software, using five methods, namely the mean interpolation, Newton interpolation, Lagrange interpolation, bilinear interpolation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-06-02
    • 文件大小:762551
    • 提供者:夏桐
  1. Coons

    0下载:
  2. 利用图像原像素,构造coon曲面,实现图像的放大,实验结果比双三次插值要好-image processing
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:22211
    • 提供者:alahu
  1. fm_gui_v2

    0下载:
  2. 基于傅立叶-梅林变换的matlab编写的配准系统,运行fm_gui.m后即出现演示界面,左侧的两个图形框选择待配准的两幅图像,图像可以进行缩放旋转变换。右侧的列表框"Window"下可以选择滤波窗,"Rotation"、"Scale"、"Log-polar"可分别选择旋转、缩放、以及对数极坐标变换所用的插值方法,按键"REGISTER"下的滑动 键可选备选的峰值点总数,点击"REGISTER"按键, 对应的下方图形框即显示配准后的两幅图像,最下方的"Translation"、"Rotat
  3. 所属分类:GIS program

    • 发布日期:2017-03-23
    • 文件大小:532690
    • 提供者:刘子木
« 1 2 3 4 56 7 8 9 10 ... 45 »
搜珍网 www.dssz.com