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

搜索资源列表

  1. SPLIE2

    1下载:
  2. 双三次样条插值方法,内含函数以及函数调用的例子-bicubic spline interpolation method intron function and the function call examples
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1001
    • 提供者:younger
  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. Bicubic

    1下载:
  2. 双三次样条插值算法代码,做图片的放大缩小可参考,代码写得不错。-Bicubic spline interpolation algorithm code, so refer to zoom the image, the code is well written.
  3. 所属分类:Algorithm

    • 发布日期:2015-08-03
    • 文件大小:12288
    • 提供者:天羽忍
  1. src

    1下载:
  2. 图像线性插值,包括nearest neighbor(pixel duplication),bilinear,bicubic,lanczos,B-spline, cubic,Fourier zero-padding (sinc)-Image linear interpolation, including nearest neighbor (pixel duplication), bilinear, bicubic, lanczos, B-spline, cubic, Fourier zero-pa
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:77264
    • 提供者:richard
  1. cz

    0下载:
  2. 1.拉格朗日插值 2.有理函数插值 3.三次样条插值 4.有序表的检索法 5.插值多项式 6.二元拉格朗日插值 7.双三次样条插值-1. Lagrange interpolation 2. Rational function interpolation 3. Cubic spline interpolation 4. Orderly table retrieval method 5. Interpolating polynomial 6. Dual Lagrange in
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-26
    • 文件大小:4667
    • 提供者:wzz
  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. ad

    0下载:
  2. C2:插值 1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-C2: 1 Lagrange interpolation interpolation (PO
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-27
    • 文件大小:32078
    • 提供者:王斌
  1. interpolation

    1下载:
  2. 插值 拉格朗日插值 有理函数插值 三次样条插值 有序表的检索法 插值多项式 二元拉格朗日插值 双三次样条插值-Rational function interpolation Lagrange interpolation cubic spline interpolation order polynomial interpolation table binary search method Lagrange interpolation bicubic spline in
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:32775
    • 提供者:sby_1027
  1. imspline

    2下载:
  2. matlab 双三次样条插值,由于是matlab写的,速度非常慢。希望大家理解-matlab bicubic spline interpolation is Matlab written, very slow. I hope you understand
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:669
    • 提供者:zhangbjb
  1. bSPLLIE22i

    0下载:
  2. 双三次样条插值方法,内含含函数和函数调用的源码实例 -Bicubic spline interpolation method that contains the source code examples containing functions and function calls
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:792
    • 提供者:slim
  1. CubicSpline

    1下载:
  2. 使用的matlab语言编写的图像双三次样条插值,用于图像分辨率增强的经典算法,效果不错。-Matlab language used image bicubic spline interpolation, the classical algorithm for image resolution enhancement, to good effect.
  3. 所属分类:Special Effects

    • 发布日期:2014-08-27
    • 文件大小:25600
    • 提供者:高崟
  1. BiCubic

    0下载:
  2. 双三次样条插值,可以实现图像的放缩。而且含有opencv的摄像机标定-Bicubic spline interpolation, image scaling.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-13
    • 文件大小:28755485
    • 提供者:xfortius
  1. Image_distortion

    1下载:
  2. 图像扭曲变形 目标:编写一个图像扭曲变形程序,可以对图像进行扭曲变形。 (1)扭曲变形方式: 必做: 旋转扭曲/球面镜变形(二选一) B样条网格变形 选做:TPS网格变形 (2)插值方法比较 最近邻插值 双线性插值(bilinear) 双三次插值(bicubic) 作业要求: 提交程序源代码、执行码以及实验报告(包括:变形函数的选取与设计,使用插值方法的介绍与分析,程序框图,实验结果及分析等)。-Image distortio
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:3668509
    • 提供者:luyz
  1. 三次样条插值试验品_by婞

    0下载:
  2. 能够实现双三次样条插值,是图像处理中的常用函数。(Bicubic Spline Interpolation)
  3. 所属分类:图形图象

    • 发布日期:2017-12-24
    • 文件大小:2636800
    • 提供者:婞喵养鱼
搜珍网 www.dssz.com