搜索资源列表
b-spline
- b样条曲线,有控制点的求法,还有用OPENGL显示算法-b-spline curves, the control point for France, there is use OpenGL display algorithm
B样条插值 C++
- 详细的B样条曲线生成程序
Bspline.编写拟合非均匀有理B样条曲线的程序
- 编写拟合非均匀有理B样条曲线的程序,可以进行数据拟合,Fitting the preparation of non-uniform rational B-spline curve of procedures, data can be fitted
121114122lu_bs_lsm
- B样条曲线曲面的生成与显示,用matlab实现-B-spline curve and surface generation and display, using matlab implementation
yuyang
- 五次B样条曲线应用于工业机器人轨迹规划,实现了角位置,速度,加速度,加加速度平滑过渡-fifth-order B-spline applied to the industrial robot
bsplineandbezier
- b样条和贝塞尔曲线的绘制,matlab和vc平台上的两个版本-b-spline and Bezier curve drawing, matlab, and two versions of the platform vc
vb
- 通过随机点生成,B样条曲线,代码完整,有Bezeire和B样条曲线两种曲线形式。-Generated by random points, B-spline curves, code integrity, and the B-spline curve Bezeire two curve.
pudu
- B样条曲线生成程序,HHT插件等。rilling版本,供大家参考学习。 -B-spline curve generation procedures, HHT, such as plug-ins. rilling version for your learning.
llb1
- 三次b样条曲线,计算机图形结构课程设计,c语言-on tarbo c vabas sd
gridfit
- 准均匀三次B样条曲线曲面的多分辨率显示及编辑程序。能够实现随机生成指定次数的准均匀三次B样条曲线和曲面,-Quasi-uniform cubic B-spline curves and surfaces of the multi-resolution display and editing program. Randomly generated to achieve a specified number of quasi-uniform cubic B-spline curves and sur
非均匀有理B样条曲线曲面实现、实例
- Matlab实现非均匀有理B样条曲线曲面实现、实例,基函数可以实现任意阶数的求解
Non-uniform-b-spline-curve-drawing-
- 非均匀B样条曲线绘制+导矢计算-动态数组,程序精炼,结果正确,参考价值高。-Non-uniform b-spline curve drawing+ vector calculation
3次B样条曲线拟合
- 离散点曲线 进行3次B样条曲线拟合 包括节点参数化过程 基函数计算过程 控制点反求过程 到最后拟合曲线的显示(The discrete point curve is fitted with 3 B spline curves, including the node parameterization process, the basis function calculation process, the control point inversion process, and the final
遗传算法处理NURBS曲线逼近(Matlab实现)
- 在Matlab平台上采用将模拟退火算法及遗传算法相结合的曲线拟合方法,实现以任意次数、任意顶点数的非均匀有理B样条(NURBS)曲线逼近给定测量点序列(On the Matlab platform, we use the curve fitting method combining simulated annealing algorithm and genetic algorithm to achieve the sequence of a given measurement point wit
反算NURBS曲线插值控制点并计算NURBS插值曲线
- 对于给定的数个离散数据点,使用3次NURBS(非均匀有理B样条曲线)进行插值拟合。该算法程序能够反算出NURBS曲线控制点并绘制经过给定离散点的插值曲线。(For a given number of discrete data points, the 3 NURBS (nonuniform rational B spline curve) is used for interpolation fitting. The algorithm can calculate the control poin
MATLAB绘制B样条曲线
- 三种b样条曲线的绘制,beizer曲线、以及两种B样条曲线的绘制(draw Bezier Bspline)
matlab绘制B样条曲线正算反算
- 介绍利用matlab绘制B样条曲线时进行正算反算,有一定参考价值。(This paper introduces the use of MATLAB to draw the B spline curve, and it has some reference value.)
B-spline
- 均匀三次B样条曲线插值,定义插值函数,B样条拟合三维曲面(Interpolation of B spline curves)
B spline interpolation
- 本程序用matlab编写非递归的b样条曲线轨迹规划生成算法,该算法可以应用于C语言环境(Non-recursive algorithm for generating B-spline curve trajectory planning)
机器人轨迹3次B样条曲线代码
- 机器人轨迹3次B样条曲线代码 包括速度 加速度 绘图