CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - bilinear interpolation

搜索资源列表

  1. 2D CUDA-based bilinear interpolation

    1下载:
  2. This MEX performs 2d bilinear interpolation using an NVIDIA graphics chipset. To compile and run this software, one needs the NVIDIA CUDA Toolkit (http://www.nvidia.com/object/cuda_get.html) and, of course, an NVIDIA graphics card of reasonably moder
  3. 所属分类:matlab例程

    • 发布日期:2010-09-10
    • 文件大小:37881
    • 提供者:whitewalter
  1. interpolation.rar

    1下载:
  2. 几种传统的图像插值放大方法:最近邻插值法,双线性插值法,双三次插值法,Several traditional interpolation to enlarge the image : nearest neighbor interpolation, bilinear interpolation, bicubic interpolation.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:127532
    • 提供者:zhoujianhua
  1. interpolation

    6下载:
  2. matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken interpolation, Newton interpolatio
  3. 所属分类:Algorithm

    • 发布日期:2015-06-02
    • 文件大小:9896
    • 提供者:
  1. zoom

    0下载:
  2. matlab实现双线性插值算法,在界面上实现读取存放缩放图片-matlab bilinear interpolation algorithm to achieve, in the interface to read stored zoom picture
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:1391
    • 提供者:王正君
  1. DIPmatlab

    0下载:
  2. [matlab] DIP nearest neighbor interpolation and bilinear interploation -[matlab] DIP nearest neighbor interpolation and bilinear interploation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1062
    • 提供者:cheong
  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. noise_filtering_matlab

    0下载:
  2. digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation. - digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:582
    • 提供者:mustafa
  1. Bilinearly_Interpolate

    1下载:
  2. 双线性插值,实现曲线插值。这个方法已经经过调试!-Bilinear interpolation, the realization of curve interpolation. This method has been debugging!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:1564
    • 提供者:苏俊磊
  1. Resize_Bilinear

    0下载:
  2. Codes for Resizing Images with Bilinear Interpolation, without using Matlab embedded function.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:688
    • 提供者:Somayeh Hesabi
  1. Shear_Bilinear

    0下载:
  2. Codes for Shearing Images with Bilinear Interpolation, without using Matlab embedded function.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:987
    • 提供者:Somayeh Hesabi
  1. wave-inter

    2下载:
  2. 小波插值(全小波插值,小波双线性插值,小波双三次插值及其改进)放大图像,提高图像的分辨率;对插值图像做质量评价(峰值信噪比PSNR;均方信噪比SNR)-Wavelet interpolation (full wavelet interpolation, wavelet bilinear interpolation, cubic interpolation and improved method) to enlarge the image and improve image resolution
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1183
    • 提供者:zhoujianhua
  1. bilinear_interpolation

    0下载:
  2. bilinear interpolation of pints in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1836
    • 提供者:Prosenjit
  1. Bilinearinterpolation

    0下载:
  2. 双线性插值法,用于图像的放大,将图像放大-Bilinear interpolation for image magnification, the image to enlarge
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:588
    • 提供者:王一
  1. DwindlePic

    0下载:
  2. 这是双线性插值算法的Java源代码,运行可以实现-This is the bilinear interpolation algorithm of Java source code, running can be achieved
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2025
    • 提供者:wangjinghui
  1. Bilinear-interpolation-algorithm

    0下载:
  2. 图像的双线性插值放大算法中,目标图像中新创造的象素值,是由源图像位 置在它附近的2*2 区域4 个邻近象素的值通过加权平均计算得出的。 双线性内插 值算法放大后的图像质量较高,不会出现像素值不连续的的情况。然而次算法具 有低通滤波器的性质,使高频分量受损,所以可能会使图像轮廓在一定程度上变 得模糊。 -Bilinear interpolation algorithm to enlarge the image, the target image in the newly creat
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:332557
    • 提供者:chenjun
  1. linear_interp

    0下载:
  2. Matlab code to perform linear interpolation and bilinear interpolation of image
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2225
    • 提供者:Jiyoung Park
  1. Bilinear-Interpolation

    0下载:
  2. 基于MATLAB编写的双线性插值法函数,用于通过双线形插值法实现灰度图像的缩小和放大-Function of Bilinear Interpolation for Digital Image Processing
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:12313
    • 提供者:Ku Bi
  1. Bilinear-interpolation

    0下载:
  2. 双线性插值FORTRAN计算程序,用于FORTRAN90-Bilinear interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-11-04
    • 文件大小:1154
    • 提供者:jpzhao
  1. Bilinear-interpolation

    0下载:
  2. MATLAB编写代码实现图像放大和缩小的双线性内插法-MATLAB code to realize the image zoom in and out of the bilinear interpolation
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:776
    • 提供者:
  1. bilinear-interpolation

    0下载:
  2. 双线性插值操作,MATLAB算法实现双线性插值算法- bilinear interpolation
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:880515
    • 提供者:王洋
« 12 3 4 »
搜珍网 www.dssz.com