搜索资源列表
vb_bezierfit
- 这是一个分别用Bezier曲线和B样条曲线进行曲线拟合的例子 程序用VB6.0中文版编写 例子中需要一个窗体和一个按钮(使用默认的名字) 在本例中,黑色的线条是对坐标系上各点的直接连线 黄色的线仅对点间连线进行近似拟合,并不通过每一个点,使用的是B样条曲线 蓝色的线通过除第一个点和最后一个点之外的每一个点,使用的是Bezier曲线-This is a difference with Bezier curves and B-spline curves curve f
Cubic Spline
- 使用 Cubic spline 三次内差做曲线拟合,以C++物件方式.做成元件.含source Code -use within three Cubic spline curve fitting done worse to C objects manner. Causing components. Source-Code
deBoor
- de Boor 求值算法求作二次和三次B-样条曲线非插值,给定顶点-algorithm evaluates demand for secondary and cubic B-spline - curve interpolation, given vertex
Bspline.编写拟合非均匀有理B样条曲线的程序
- 编写拟合非均匀有理B样条曲线的程序,可以进行数据拟合,Fitting the preparation of non-uniform rational B-spline curve of procedures, data can be fitted
abdi-PCA4Wiley.zip
- ua University, in 2002 publi this document, including the Mont A program of curve fitting based Bayesian Filter. Bayesian (Bayesi a target tracking system MATLAB s cubic spline curve fitting This i book is widely used in engineerin this
spline
- 由给出的三个点坐标,拟合出一条样条曲线,对于工程或数据分析的同志有作用。-Three points by the given coordinates, fitting out of a spline curve, or data analysis for the project has the role of comrades.
pudu
- B样条曲线生成程序,HHT插件等。rilling版本,供大家参考学习。 -B-spline curve generation procedures, HHT, such as plug-ins. rilling version for your learning.
Bezier
- 一个很好的matlab编程绘制B样条曲线,-Matlab program to draw a good B-spline curve,
b-spline
- 1) Create a closed B-splines curve by using five control points and also with its control polygons. Here is the attachment: • closedbspline.m 2) Create a Uniform B-splines curve where the k=3,n=2 and i=0,1,2,3,4,5,6,7. • unifo
spline
- 三次样条曲线拟合代码,先训练,后差值,计算非常准确-Three times spline curve fitting, the first training, and after, computation is very accurate
Cubic-B-Spline-Curve-Refinement
- Cubic B-spline Notes
Bspline-curve
- B样条的一种实现方法。具体操作为:拾取界面二维点作为控制顶点,输出B样条曲线-An implementation of B-spline method. The specific operation as follows: pick up the interface two-dimensional points as control points, the B-spline curve of the output
Bezier Curve Matlab
- Cubic Bezier Curve fitting for 2D control points
Non-uniform-b-spline-curve-drawing-
- 非均匀B样条曲线绘制+导矢计算-动态数组,程序精炼,结果正确,参考价值高。-Non-uniform b-spline curve drawing+ vector calculation
5-order-B-spline
- 关于五次B样条曲线的程序和实例分析,可以参考-About Five order b-spline curve program and example analysis,and refernce
Cubic-spline-curve
- 三次样条曲线,有详细的源码和注释,可以直接使用-Cubic spline curve, a detailed source code and comments, can be used directly
Spline
- B样条曲线的差值算法及均分算法,可用于缝纫机曲线等离散。-B-spline curve difference algorithm and average algorithm can be used for sewing curve discrete.
spline
- 通过B-样条曲线将仅由三维空间中若干点构成的折线轨迹平滑成曲线轨迹,并可视化。可用于机械臂的运动控制规划。-Through the B- spline curve, the curve of the broken line formed by several points in the 3D space is smooth, and can be visualized. Motion control planning for a robot arm.
spline
- 三次样条曲线拟合的程序范例,基于VB编程软件-Three cases of spline curve fitting program, based on VB programming software
B spline interpolation
- 本程序用matlab编写非递归的b样条曲线轨迹规划生成算法,该算法可以应用于C语言环境(Non-recursive algorithm for generating B-spline curve trajectory planning)