搜索资源列表
chazhisuanfa
- 差值算法,并且介绍了拉格朗日插值多项式,抛物线插值多项式
dxsczyxs.rar
- 一种基于多项式插值改进的亚像素细分算法. ,Based on polynomial interpolation to improve the sub-pixel subdivision algorithm.
7
- 这是一个可以进行插值的源代码程序,可以是样条插值,也可以是多项式插值-This is an interpolation of the source code program that can be spline interpolation, polynomial interpolation can be
interpolation
- 多项式插值与拟合及实例分析,图像处理中可以用到的-Polynomial interpolation and fitting, and examples of analysis, image processing can be used
fenglong07323206
- 一个菜单界面,分别用菜单命令来绘制原数据曲面图,线性插值,最近点插值,3次多项式插值,3次样条插值后的图形,每次插值都可以在同一图形界面下比较插值前后图形。-A menu interface, respectively, using the menu command to map the original data surface map, linear interpolation, nearest point interpolation, polynomial interpolation 3
ad
- 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
bezier
- Bézier曲线是自由形式曲线最普遍的一种表示方法。曲线以Pierre Bézier的名字命名。 Bézier曲线是一条多项式的曲线,近似地表示它的控制点。曲线可以是任何次数的多项式。一条n次曲线由n+1个控制点来控制。曲线对第一个点和最后一个点插值,其形状直接受其它的控制点的影响。 -Free-form curve Bézier curve is the most common way of saying that. Curve, named after Pierre Bézier.
picture_interpolation_handle
- 包括几种基于多项式插值的图像处理matlab代码,包括双三次插值,样条差值等-Includes several image processing based on polynomial interpolation matlab code, including double-cubic interpolation, spline difference, etc.
Image
- 拉格朗日插值多项式的彩色图像分存方案Lagrange interpolating polynomial Sharing Scheme for Color Image-Lagrange interpolating polynomial Sharing Scheme for Color Image
2
- (1) 选择不断增大的分点数目n=2,3….,画出原函数f(x)及插值多项式函数 在[-1,1]上的图像,比较并分析实验结果。 (2)选择其他的函数,例如定义在区间[-5,5]上的函数 重复上述的实验看其结果如何。 -fgffffff
t_charpt5
- 试验5.1:多项式插值的震荡现象”和“试验5.2:样试验5.1:多项式插值的震荡现象”和“试验5.2:样条插值的收敛条插值的收敛-试验5.1:多项式插值的震荡现象”和“试验5.2:样条插值的收敛
cz
- AE反距离IDW、克里金Krige插值.txt I显示方法.c www.pudn.com.txt 三对角线追赶法.C 三样条插值函数算法,还包括其他的比如hermite等算法,很全.txt 二分法.c 分段线性插值.c 列主元元素消元.C 利用反距离平方加权插值算法建立规则格网在大数据量离散点数据的情况下,.txt 反距离加权插值,貌似不好用IDWUtil.java 埃特肯.c 复合梯形法.c 复合辛普森.c 弦割法.c 操作复数的类Com
Rectify
- 基于多项式模型的鱼眼图像校正代码,包含9个参数,并用简单的邻域插值填补空洞-Fisheye image correction code based on polynomial model contains nine parameters, and to fill the void with a simple neighborhood interpolation
Hermite
- 求已知数值点的分段三次Hermite插值多项式及其插值处的点-Hermite interpolation polynomial
registration
- 遥感影像的几何纠正,通过输入同名点文件计算多项式纠正系数,可通用,再通过双线性插值实现几何纠正-list on two images, this method can be use to any sitution if you already choose the corresponding points, and then bilinear interpolation to get the gray value
tuxiangpeizhun
- 基于控制点的图像配准。选用多项式几何校正模型获得配准参数,双线性内插进行灰度插值。-Image registration based on the control points. Selection polynomial geometric correction model to obtain registration parameters, bilinear interpolation gray interpolation.
chap2
- 平面参数插值曲线,空间参数多项式插值曲线和参数多项式差值曲面演示-CAD curve
divide-shpport-short
- 拉格朗日插值多项式拟合,牛顿插值多项式,欧拉方程解偏微分方程-Lagrange interpolation polynomial fitting, Newton interpolation polynomial, euler equation solution of partial differential equations
4359329
- 拉格朗日插值多项式拟合,牛顿插值多项式,欧拉方程解偏微分方程-Lagrange interpolation polynomial fitting, Newton interpolation polynomial, euler equation solution of partial differential equations
修改过的亚像素边缘检测
- 自己用MATLAB写的一个基于多项式插值的亚像素处理算法,处理速度快(sub-pixel edge detect)