搜索资源列表
Bspline
- 采用MATLAB编写B样条绘制程序,可以选择四种节点矢量,采用Deboor算法,详细参看计算机辅助几何设计的书籍(CAGD)
Bspline.编写拟合非均匀有理B样条曲线的程序
- 编写拟合非均匀有理B样条曲线的程序,可以进行数据拟合,Fitting the preparation of non-uniform rational B-spline curve of procedures, data can be fitted
bspline
- 用matlab开发的B-样条工具箱,包括B-样条近似,de-boor算法等-Developed with matlab, B-spline toolbox, including B-spline approximation, de-boor algorithm
bspline
- 三次B样条曲线、一阶二阶三阶导矢曲线。可用于绘制机器人B样条轨迹的位移、速度、加速度、加加速度曲线图-Cubic B-spline curve, a second-order third-order derivative vector curve. Can be used to draw the trajectory of the robot B-spline displacement, velocity, acceleration, jerk curve
Bspline
- 样条曲线的最小二乘法保型光顺逼近的说明和详细介绍-Spline curve of least squares smoothing approximation security type a descr iption and details on
Basic_function_of_Bspline
- 建立b样条函数基函数的程序! 这是从the nurbs book 翻译过来的版本!-it can constructs bspline program in c++.this program is programmed from the book of the nurbs book !
BSpline
- B3次样条拟合,希望大家互相学习交流,资源共享-B3-spline fitting time, I hope to learn from each other U.S. exchange, resource sharing
pso_bspline
- malab语言实现bspline曲线拟合,采用改进的pso算法实现-malab language bspline curve fitting, using the improved algorithm pso
yangtiaoxiaobo
- 三次B样条小波分解与重构算法程序,已经测试好了,可以直接使用的,提供给需要的朋友们-Three B-spline wavelet decomposition and reconstruction algorithm program has been tested OK, you can directly use, available to friends in need
Bspline_fitting
- 采用B样条函数拟合数据点,计算机绘图可用-Using B-spline function fitting the data points, computer graphics can be used
bsplinepso
- 采用改进的pso算法实现实现bspline曲线拟合,malab语言。-Pso algorithm using the improved implementation bspline curve fitting, malab language.
BSpline
- 功能为找到离散点的B样条,即找到一个多项式,使得这个多项式经过这N个点。B样条利用邻近点进行拟合。对于采样数据,根据连续的三组采样点数据计算出一个2阶B样条作为这个区间内的拟合函数,下一个三组数据再计算下一个B样条,这样就可以连续采样连续计算了。-Function to find B-spline discrete points, that is to find a polynomial, so the polynomial through the N points. B-spline fitt
B-Spline_Curve_fitting
- Bspline curve fitting toolbox writtenin matlab from mathworks
bspline
- This helps in making the B-Spline curve around the object.
Bspline
- Java code to print out Bspline basis function of any order.
Bspline
- matlab GUI界面B样条曲线绘制,内附说明文档,可以移动控制点-B spline curve drawing program with matlab GUI interface
bspdegelev
- The source code used here is useful for evaluating the degree of the bspline
bspderiv
- the above function is useful to find the derivative of a bspline
BSpline
- 自己写的matlab里面的,B样条基函数的简单程序,用的是卷积的方法-bspline basic functions,you can use it to conquer some ans
BSpline-Curve
- B样条曲线绘制-德布尔法。在VC++ 6.0环境绘制B样条曲线。-Draw the BSpline Curve