当前位置:
首页 资源下载
搜索资源 - bicubic spline interpolation
搜索资源列表
-
1下载:
双三次样条插值方法,内含函数以及函数调用的例子-bicubic spline interpolation method intron function and the function call examples
-
-
1下载:
用matlab编写的线性插值,最近邻域插值,和双三次样条插值。-using Matlab prepared by the linear interpolation, the recent neighborhood interpolation and bicubic spline interpolation.
-
-
1下载:
双三次样条插值算法代码,做图片的放大缩小可参考,代码写得不错。-Bicubic spline interpolation algorithm code, so refer to zoom the image, the code is well written.
-
-
1下载:
图像线性插值,包括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
-
-
0下载:
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
-
-
0下载:
digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation. - digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation.
-
-
0下载:
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
-
-
1下载:
插值
拉格朗日插值
有理函数插值
三次样条插值
有序表的检索法
插值多项式
二元拉格朗日插值
双三次样条插值-Rational function interpolation Lagrange interpolation cubic spline interpolation order polynomial interpolation table binary search method Lagrange interpolation bicubic spline in
-
-
2下载:
matlab 双三次样条插值,由于是matlab写的,速度非常慢。希望大家理解-matlab bicubic spline interpolation is Matlab written, very slow. I hope you understand
-
-
0下载:
双三次样条插值方法,内含含函数和函数调用的源码实例
-Bicubic spline interpolation method that contains the source code examples containing functions and function calls
-
-
1下载:
使用的matlab语言编写的图像双三次样条插值,用于图像分辨率增强的经典算法,效果不错。-Matlab language used image bicubic spline interpolation, the classical algorithm for image resolution enhancement, to good effect.
-
-
0下载:
双三次样条插值,可以实现图像的放缩。而且含有opencv的摄像机标定-Bicubic spline interpolation, image scaling.
-
-
1下载:
图像扭曲变形
目标:编写一个图像扭曲变形程序,可以对图像进行扭曲变形。
(1)扭曲变形方式:
必做:
旋转扭曲/球面镜变形(二选一)
B样条网格变形
选做:TPS网格变形
(2)插值方法比较
最近邻插值
双线性插值(bilinear)
双三次插值(bicubic)
作业要求:
提交程序源代码、执行码以及实验报告(包括:变形函数的选取与设计,使用插值方法的介绍与分析,程序框图,实验结果及分析等)。-Image distortio
-
-
0下载:
能够实现双三次样条插值,是图像处理中的常用函数。(Bicubic Spline Interpolation)
-