反算NURBS曲线插值控制点并计算NURBS插值曲线我要分享

Back calculation of NURBS curve interpolation control points and calculation of NURBS interpolation

3次B样条 nurbs控制点 插值 nurbs-控制点 NURBS-拟合

关注次数: 730

下载次数: 17

文件大小: 1KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 3积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

对于给定的数个离散数据点,使用3次NURBS(非均匀有理B样条曲线)进行插值拟合。该算法程序能够反算出NURBS曲线控制点并绘制经过给定离散点的插值曲线。


English Description:

For a given number of discrete data points, cubic NURBS (non-uniform rational B-spline curve) is used for interpolation fitting. The algorithm program can back calculate the control points of NURBS curve and draw the interpolation curve passing through the given discrete points.


代码预览

反算NURBS曲线插值控制点并计算NURBS插值曲线\data.txt

反算NURBS曲线插值控制点并计算NURBS插值曲线\Solve_ctrpoints_chazhi.m

反算NURBS曲线插值控制点并计算NURBS插值曲线