搜索资源列表
BSplineInterpolatePrj
- B样条插值,基于散乱数据的B样条插值基本算发。做的动态链接库。-B-spline interpolation, scattered data on the B-spline interpolation basically been made. The dynamic link library.
spine
- 样条类的C++,该类包括三次样条的插值,拟合和B样条的插值,拟和等功能 。自己编写的简单适用的函数,粘上即可用。
B样条插值 C++
- 详细的B样条曲线生成程序
ful_B-spline.rar
- 完整二次B样条插值源码,内附详细的注释. 非常适合数值优化的初学者以及计算机工程人员参考.,Complete quadratic B-spline interpolation source, enclosing a detailed comment. Very suitable for beginners as well as the numerical optimization of computer engineering officers.
Deboor
- 三次四阶B样条插值算法的C++实现,三次四阶B样条插值算法的C++实现-Three fourth-order B-spline interpolation algorithm in C++, and three fourth-order B-spline interpolation algorithm in C++,
analysis2
- 数值分析B计算实习作业二:分别用分段线性插值、分段二次多项式插值、 分段三次多项式插值和三次样条插值对所给的数据进行细化 -Numerical Analysis of B calculated internship operation II: piecewise linear interpolation, respectively, sub-quadratic polynomial interpolation, sub-cubic polynomial interpolation and
cs559-25
- 解说B样条插值的使用,有曲线和曲面,在国外网站上下载的,很好-Explain the use of B-spline interpolation, there are curves and surfaces, in foreign Web site to download, very good
BSpline
- B样条曲线插值和生成程序,通过有限个控制点和曲线表达式来完成。-To generate B-spline curves via several input control points.
CalcBspline
- 三次样条插值,三次样条函数: 定义:函数S(x)∈C2[a,b] ,且在每个小区间[ xj,xj+1 ]上是三次多项式,其中 a =x0 <x1<...< xn= b 是给定节点,则称S(x)是节点x0,x1,...xn上的三次样条函数。 若在节点x j 上给定函数值Yj= f (Xj).( j =0, 1, , n) ,并成立 S(xj ) =yj .( j= 0, 1, , n) ,则称S(x)为三次样条插值函数。-Cubic spline interpol
BSpline
- 程序实现二次B样条平滑,三次B样条平滑;二次B样条平滑后节点插值-Program to achieve the second B-spline smoothing, cubic B-spline smoothed after the second B-spline interpolation smooth node
Image_distortion
- 图像扭曲变形 目标:编写一个图像扭曲变形程序,可以对图像进行扭曲变形。 (1)扭曲变形方式: 必做: 旋转扭曲/球面镜变形(二选一) B样条网格变形 选做:TPS网格变形 (2)插值方法比较 最近邻插值 双线性插值(bilinear) 双三次插值(bicubic) 作业要求: 提交程序源代码、执行码以及实验报告(包括:变形函数的选取与设计,使用插值方法的介绍与分析,程序框图,实验结果及分析等)。-Image distortio