搜索资源列表
NURBS算法
- 三维图形学NURBS算法实现源代码,对搞三维图形编程的人有帮助-The graphic model NURBS algorithm realization source code, to the person which does the three dimensional graph programming has helps
nurbs++-3.0.11.tar
- 非均匀有理b样条曲线nurbs的C++源码库。 3.0.11版-non-uniform rational b-spline NURBS curves of the C + + source library. Version 3.0.11
nurbs
- 强大的nurbs的工具箱 nurbs曲线,曲面,造型
NURBS matlab工具箱
- MATLAB中的NURBS工具箱,实现曲线曲面的插值
NURBS-curve-interpolator
- NURBS曲线的插补轨迹仿真程序Matlab源代码-NURB curve interpolation simulation program
NURBS拟合调用程序
- NURBS拟合调用程序,可用于逆向具体实物。-NURBS fitting procedure is called, can be used to reverse a specific kind.
nurbs
- 在数控系统中实现高速高精加工的nurbs插补,这个代码是在matlab对其进行的仿真-In the NC system to achieve high-speed and high precision of nurbs interpolation, this code is carried out in the matlab simulation
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 !
MyNURBSV0.1
- nurbs曲线拟合:有近似和插值二种方法实现-NURBS curve fitting: I computer it by interpolation and approximate ways
nurbs-matlab
- matlab工具做NURBS曲面造型,大家可以参考一下-matlab tools to do the NURBS surface modeling, we can refer to
Curve--Fitting-methods
- 曲线拟合方法讨论,分别比较了最小二乘法,移动最小二乘法,RBF拟合,NURBS拟合方法。并对这些方法进行原理说明。-Discuss curve fitting method, compared the least squares method, moving least squares method, RBF fitting, NURBS fitting method. These principles and methods described.
NURBS-curve-shape-modification
- 基于权因子的NURBS曲线形状调整,编辑NURBS.-Based on the weights of the NURBS curve shape modification
Shape-Control-of-NURBS
- 通过修改节点控制修改三次B样条和NURBS曲线的形状-Shape Control of Cubic B-Spline and NURBS Curves by Knot Modifications
NURBS-SUBROUTINE
- NURBS 样条曲线子程序,可求解坐标,斜率,曲率等信息。不能实现插补,可按需求改动,调用-NURBS spline subroutine can solve the coordinates, slope, curvature and other information. Interpolation can not be achieved, according to demand change, call
NURBS
- NURBS曲线生成程序,文中为均匀参数化方法,其他方法可参考之。-NURBS curve generation program, the text is uniform parameterization method, other methods can reference.
nurbs
- 在MATLAB7.0的环境下绘制nurbs插值曲线, -Environment in MATLAB7.0 draw nurbs interpolation curve,
NURBS
- 为NURBS曲线拟合程序,包括插值等内容。(it's the NURBS curve fitting program, including interpolation and so on.)
遗传算法处理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
NURBS插值插补
- 实现非均匀有理B样条曲线(NURBS)插值插补功能(Realization of interpolation interpolation function of NURBS curve)