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

搜索资源列表

  1. linearandnearest

    0下载:
  2. 图像插值算法(最近邻域和双线性),很好用。-image interpolation algorithm (recent neighborhood and bilinear), is useful.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:931408
    • 提供者:王莞丽
  1. Code

    1下载:
  2. 用matlab编写的线性插值,最近邻域插值,和双三次样条插值。-using Matlab prepared by the linear interpolation, the recent neighborhood interpolation and bicubic spline interpolation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:18308
    • 提供者:周萍
  1. 图像插值(最近邻域和双线性)

    1下载:
  2. Matlab程序
  3. 所属分类:源码下载

    • 发布日期:2011-03-15
    • 文件大小:931141
    • 提供者:fengzshou
  1. interpretation

    0下载:
  2. 非常好的向前和向后插值两种方法:用matlab实现最近邻域插值旋转程序-very good ,ifyou want please loadown
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2949
    • 提供者:xu
  1. rotate_registration2

    0下载:
  2. 用opencv实现的图像任意角度旋转插值,插值方法有最近邻法和双线性插值法-Opencv achieved by rotating the image at any angle interpolation, interpolation methods are nearest neighbor and bilinear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5750878
    • 提供者:成满
  1. Skongjianchazu

    0下载:
  2. 空间插值方法汇总Inverse Distance to a Power(反距离加权插值法) Kriging(克里金插值法)Minimum Curvature(最小曲率)Modified Shepardd s Method(改进谢别德法)Natural Neighbor(自然邻点插值法)Nearest Neighbor(最近邻点插值法)Polynomial Regression(多元回归法)Radia -Spatial interpolation method summary Inverse
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:5860
    • 提供者:zhebaiye
  1. image-interpolation

    0下载:
  2. 图像插值放大,最近邻,双线性,双三次matlab实现-The image interpolation enlarge nearest neighbor, bilinear, bicubic matlab achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:1070744
    • 提供者:mark
  1. nearest

    0下载:
  2. 自己编写的插值算法 ,可以放大和缩小图像。最近邻算法-I have written interpolation algorithm, can zoom in and zoom out. Nearest neighbor algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:154093
    • 提供者:
  1. Image-Interpolation-Algorithm

    0下载:
  2. 文档包括双线性插值算法和最近邻域算法的详细介绍,以及算法的相关计算。-Documentation includes bilinear interpolation algorithm and the nearest neighbor algorithm which is described in detail, as well as algorithms related calculations.
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5943013
    • 提供者:轻车
  1. hw1

    0下载:
  2. 图像处理,对源图像进行扭曲,采用最近邻、二维插值和三次样条插值。-Image processing, image distortion source, using the nearest neighbor, the two-dimensional interpolation and cubic spline interpolation.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:91369
    • 提供者:Freda
  1. Correction-of-remote-sensing-image

    0下载:
  2. 有关遥感图像的配准和畸变的矫正,包含了空间畸变矫正的常用的三种算法,最近邻法,双线性内插值,三次卷积插值-Correction of remote sensing image registration and distortion
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-28
    • 文件大小:11260526
    • 提供者:叶子
  1. NumericalAnalysis1

    0下载:
  2. 基于C#的图像扭曲变形程序。 包括图像的旋转扭曲和水波变换。 共用了最近邻、双线性、双三次三种插值方法。 图像为动态变化。 操作界面友好。 是个十分不错的程序-C# program is based on the image distortion. Including image rotation distortion and wave transformation. Sharing the nearest neighbor, bilinear, bicubic three
  3. 所属分类:Wavelet

    • 发布日期:2017-04-25
    • 文件大小:147122
    • 提供者:许平
  1. Bilinear-interpolation

    0下载:
  2. 本程序代码包括最近邻差值,线性插值和三次样条差值,具有很实用的价值-This code includes the nearest neighbor difference, linear interpolation and the three spline difference, has a practical value
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:736
    • 提供者:高礼圳
  1. PictureDo

    0下载:
  2. 包括最近邻插值,双线性插值,双三次插值的图像缩放、旋转及其误差分析。-Including the nearest neighbor interpolation, bilinear interpolation, bicubic interpolation image scaling, rotation and error analysis.
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:814367
    • 提供者:陈卓
  1. image-transform

    0下载:
  2. 本算法采用C#进行界面编程,实现图像的放大缩小和旋转,可自选放大缩小倍数和旋转角度,也可以自行选择插值方式:最近邻插值、双线性插值和双三次插值-The algorithm uses C# for interface programming, image zooming and rotation can be optional zoom factor and the rotation angle can also choose their own interpolation method: nea
  3. 所属分类:CSharp

    • 发布日期:2017-06-14
    • 文件大小:21955767
    • 提供者:方捷睿
  1. ikppucpe

    0下载:
  2. 信号维数的估计,实现了对10个数字音的识别程序主同步信号PSS在时域上的相关仿真,仿真效果非常好,计算多重分形非趋势波动分析,插值与拟合,解方程,数据分析,DC-DC部分采用定功率单环控制,包括最小二乘法、SVM、神经网络、1_k近邻法。- Signal dimension estimates, Realization of 10 digital audio recognition program PSS primary synchronization signal in the time do
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6461
    • 提供者:abyfzzx
  1. vgqzdhss

    0下载:
  2. 模拟数据分析处理的过程,包括最小二乘法、SVM、神经网络、1_k近邻法,基于人工神经网络的常用数字信号调制,供做算法研究人员参考,使用拉亚普诺夫指数的公式,是本科毕设的题目,基于kaiser窗的双谱线插值FFT谐波分析,实现典型相关分析。- Analog data analysis processing, Including the least squares method, the SVM, neural networks, 1 _k neighbor method, The commonly
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6379
    • 提供者:twsmarjz
  1. bwyisxdg

    0下载:
  2. 采用热核构造权重,是学习PCA特征提取的很好的学习资料,本科毕设要求参见标准测试模型,最大信噪比的独立分量分析算法,应用小区域方差对比,程序简单,包括最小二乘法、SVM、神经网络、1_k近邻法,基于kaiser窗的双谱线插值FFT谐波分析,多元数据分析的主分量分析投影。- Thermonuclear using weighting factors Is a good learning materials to learn PCA feature extraction, Undergraduate
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:10146
    • 提供者:wgyui
  1. weighted-interpolation

    0下载:
  2. 加权插值算法,包括加权最近邻插值,加权双线性插值,加权双三次插值,直接运行demo.m就可以。-Weighted interpolation algorithm, including weighted nearest neighbor interpolation, bilinear interpolation, weighted weighted double three interpolation, directly run the demo. M.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-08
    • 文件大小:4716
    • 提供者:zhongyt
  1. image_zoom

    0下载:
  2. 图像放大的最近邻插值、双线性插值和高次插值MATLAB程序-Image to enlarge nearest neighbor interpolation, bilinear interpolation and higher order interpolation MATLAB program
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:5774
    • 提供者:Jack
« 1 2 34 »
搜珍网 www.dssz.com