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

搜索资源列表

  1. picture_interpolation_handle

    0下载:
  2. 包括几种基于多项式插值的图像处理matlab代码,包括双三次插值,样条差值等-Includes several image processing based on polynomial interpolation matlab code, including double-cubic interpolation, spline difference, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:8220
    • 提供者:wangfuqiang
  1. dip

    1下载:
  2. 基于边缘导向的插值算法 首先估计出低分辨率图像的局部协方差系数,然后基于低分辨率图像的协方差和高分辨率图像的协方差之间的几何二元性,用估计出来的协方差进行插值得到高分辨率图像-Image interpolation based on oriented
  3. 所属分类:matlab例程

    • 发布日期:2014-03-06
    • 文件大小:963
    • 提供者:miaomiao
  1. GeoTrans

    0下载:
  2. 图像平移,平移(逐行);缩放;图像旋转,旋转(双线性插值)-Image translation transformation;zoom;rotate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:122158
    • 提供者:成汁
  1. Fractal-Interpolation

    0下载:
  2. 分形插值图像放大和图像编码。分形计算,给出了分形计算的matlab程序的源代码,能迅速帮助你进行分形分析和计算,容易设定参数。-Fractal interpolation image magnification and image coding.Fractal calculation, given the fractal calculation of the source code matlab procedures, can quickly help you to carry out the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:689175
    • 提供者:fgl
  1. 双线性插值法放大灰度图像

    0下载:
  2. 双线性插值法放大灰度图像 双线性插值法放大灰度图像 双线性插值法放大灰度图像
  3. 所属分类:matlab例程

  1. 分块统计

    1下载:
  2. 将电镜扫描图片分块化后统计各分块孔隙密度,获得扫描区域内孔隙率分布矩阵,将矩阵进行三维样条曲面插值,绘制相应的等高线,并保存为图片。(After the electron microscope scanning image is divided into blocks, the pore density of each block is calculated, and the porosity distribution matrix in the scanning area is obtaine
  3. 所属分类:其他

  1. 双三次插值彩色图像

    1下载:
  2. 双三次插值用于彩色图像处理,连续的经典方法,应用广泛,结构简单,速度快(Biucbic color image interpolation)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:1955840
    • 提供者:HongweiDumr
  1. Bubic

    1下载:
  2. 用MATLAB语言编写的图像处理双三次插值源代码(MATLAB image processing, double three interpolation)
  3. 所属分类:图形图象

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:马加特
  1. Image_2D_interpolation

    0下载:
  2. 对像素点较少的原始图像进行二维插值,以提高图像的平滑度。()
  3. 所属分类:2D图形编程

    • 发布日期:2017-12-24
    • 文件大小:124928
    • 提供者:phdfanry
  1. chazhi

    0下载:
  2. 在离散数据的基础上补插连续函数,使得这条连续曲线通过全部给定的离散数据点。插值是离散函数逼近的重要方法,利用它可通过函数在有限个点处的取值状况,估算出函数在其他点处的近似值。插值:用来填充图像变换时像素之间的空隙。(On the basis of discrete data, a continuous function is inserted to make the continuous curve pass through all the given discrete data points.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:19961115
  1. 新建文件夹

    0下载:
  2. 可以使文件中的图像放大两倍,采用双线性插值不失真。(The image magnified two times)
  3. 所属分类:其他

  1. binary_interpolation

    0下载:
  2. 本算法使用双线性插值法对图像进行缩放变换(The bilinear interpolation method is used to scale and transform the image)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:文天
  1. NearestNeighbor

    0下载:
  2. 采用最近邻法对图像进行插值,进行n倍的缩放,有示例图片,有注释,可运行,欢迎交流。(Using the nearest neighbor method for image interpolation, n times zoom, there are examples of pictures, notes, can run, welcome exchanges.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:6144
    • 提供者:明日萌
  1. CubicConvolution

    0下载:
  2. 采用三次卷积法对图像进行插值,进行n倍的缩放,有示例图片,有注释,可运行,欢迎交流。(Using the Cubic Convolution method for image interpolation, n times zoom, there are examples of pictures, notes, can run, welcome exchanges.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:6144
    • 提供者:明日萌
  1. chazhi

    0下载:
  2. 双线性插值,又称为双线性内插。在数学上,双线性插值是有两个变量的插值函数的线性插值扩展,其核心思想是在两个方向分别进行一次线性插值。双线性插值作为数值分析中的一种插值算法,广泛应用在信号处理,数字图像和视频处理等方面。(Bilinear interpolation is also called bilinear interpolation. In mathematics, bilinear interpolation is a linear interpolation expansion of
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:878592
    • 提供者:sixiudant
  1. 2D-interpolation

    0下载:
  2. G++和opencv实现图像的双线性插值(G++ code for Bilinear interpolation of images with opencv)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:小王 123
  1. 2

    0下载:
  2. 还未完成的java文字游戏 初学者 后面的有点崩 先用gm版G++和opencv实现图像的线性插值(The unfinished Java text game is a point avalanche behind the beginner, and the linear interpolation of the image is realized with the GM version G++ and the opencv)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:1286144
    • 提供者:wangcui
  1. MATLAB基于点的图像配准程序

    0下载:
  2. 基于点的二维图像配准程序,双线性插值算法,适用于二维图像(image regisration of 2d imag)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:36864
    • 提供者:victoryfeng
  1. ARI

    0下载:
  2. 用自适应残差插值算法处理拜耳图像,插值后的图像质量很好,能够最大程度的减少拉链和伪影现象。(The adaptive residual interpolation algorithm is applied to deal with the Bayer image. The quality of the interpolated image is very good, and it can minimize the phenomenon of zipper and artifact.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:714752
    • 提供者:lili2222
  1. MLRI

    1下载:
  2. 利用最小化拉普拉斯残差插值算法处理拜耳图像,采用稀疏拉普拉斯滤波器处理红绿蓝三种像素,达到良好的插值效果。(Using the minimized Laplasse residual interpolation algorithm to deal with Bayer image, three pixels of red and green blue are processed by sparse Laplasse filter to achieve good interpolation eff
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:742400
    • 提供者:lili2222
« 1 2 3 4 5 6 78 9 10 11 12 ... 43 »
搜珍网 www.dssz.com