CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - b-spline matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - b-spline matlab - List
[
matlab
]
zhp20060416
DL : 0
任意给定点坐标,可以拟合出B样条曲线,用Matlab写的,算法明确。-arbitrary coordinates to the spot, could fit the B-spline curves, using Matlab written in the algorithm clear.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
赵鹏
[
3D Graphic
]
AnIntroductiontoNURBSCCode
DL : 0
涵盖了nurbs方面的基本算法,可以把源码直接拷贝到程序中。 Table of Contents Chapter 2 Bezier Curves Chapter 3 B-spline Curves Chapter 4 Rational B-spline (NURBS) Curves Chapter 5 Bezier Surfaces Chapter 6 B-spline Surfaces Chapter 7 Rational B-spline (NURBS) Surfaces-nurbs covers the basic algorithm, it can copy directly to the source process. Table of Contents Chapter 2 Bezier Curves Chapt er three B-Spline Curves Chapter 4 Rational B-splin e (NURBS) Chapter 5 Bezier Curves Surfaces Chapdelaine ter six B-spline Surfaces Chapter 7 Rational B-sp line (NURBS) Surfaces
Update
: 2025-02-19
Size
: 56kb
Publisher
:
胖丫
[
Special Effects
]
B-splineedgedetection
DL : 0
这是多尺度B样条小波的边缘检测算子,效果很好,大家都来看看!-This is a multi-scale B-spline wavelet edge detection operator, a good effect, and for everyone to see!
Update
: 2025-02-19
Size
: 409kb
Publisher
:
chenchuanfeng
[
matlab
]
spline
DL : 0
matlab写的B样条函数的计算,计算插值点的值-matlab write B-spline calculation, the calculation of the value of interpolation points
Update
: 2025-02-19
Size
: 1kb
Publisher
:
孙伟
[
3D Graphic
]
B-splineApproximation
DL : 0
B-spline曲线、曲面的插值和逼近算法以及B-spline曲线、曲面的显示。代码是matlab格式的。-B-spline curve, surface interpolation and approximation algorithm, as well as B-spline curve, surface display. Code matlab format.
Update
: 2025-02-19
Size
: 8kb
Publisher
:
yang
[
Graph Drawing
]
matlab_to_draw_the_cubic_B-spline
DL : 1
使用MATLAB绘制3次均匀B样条曲线,有一定参考价值-The use of MATLAB drawn 3 times uniform B-spline curve, has a certain reference value
Update
: 2025-02-19
Size
: 1kb
Publisher
:
卓雅
[
Graph Drawing
]
B
DL : 0
B样条曲线和三次B样条插值的相关知识不完全总结-B-spline curves and three B-spline interpolation of the relevant knowledge does not fully sum up
Update
: 2025-02-19
Size
: 1.43mb
Publisher
:
xxt
[
matlab
]
Cspline
DL : 0
这是一个三次样条插值的.m程序 输入的是一个二维数组A(Nx2) 插值方法为: S(x) = A(J) + B(J)*( x - x(J) ) + C(J)*( x - x(J) )**2 +D(J) * ( x - x(J) )**3 for x(J) <= x < x(J + 1) -This is a cubic spline interpolation. M program input is a two-dimensional array A (Nx2) interpolation method: S (x) = A (J)+ B (J)* (x- x (J ))+ C (J)* (x- x (J))** 2+ D (J)* (x- x (J))** 3 for x (J)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
朱与心
[
matlab
]
B-Spline
DL : 0
用b-splines变换的方法实现分数延迟滤波器matlab仿真程序-Using b-splines transform method to achieve Score delay filter matlab simulation program
Update
: 2025-02-19
Size
: 2kb
Publisher
:
dingfei
[
Special Effects
]
nonrigid_version10
DL : 0
nonrigid_version10: Registration of two 2D images or 3D volumes both rigid and non-rigid with smooth b-spline grid without landmarks
Update
: 2025-02-19
Size
: 496kb
Publisher
:
zhangxq
[
matlab
]
nurbsR2006b
DL : 0
非均匀有理B样条的matlab程序,其中用到了C的混合编程。对于学习数据融合技术的人很有帮助!-Non-uniform rational B-spline matlab program, which uses a mixture of C programming. Data fusion technology for the study of people very helpful!
Update
: 2025-02-19
Size
: 210kb
Publisher
:
zhanglin
[
3D Graphic
]
matlab_NURBS_ToolBox
DL : 0
利用B-spline型值点求控制点,本例是用MATLAB实现的-using points in B-spline to get the control points, matlab
Update
: 2025-02-19
Size
: 3kb
Publisher
:
liujun
[
matlab
]
pudu
DL : 0
B样条曲线生成程序,HHT插件等。rilling版本,供大家参考学习。 -B-spline curve generation procedures, HHT, such as plug-ins. rilling version for your learning.
Update
: 2025-02-19
Size
: 87kb
Publisher
:
齐磊
[
Special Effects
]
b-splines
DL : 0
基于b样条的弹性图像配准程序 matlab实现-B-spline-based elastic image registration procedures for the realization of matlab
Update
: 2025-02-19
Size
: 531kb
Publisher
:
[
Graph Drawing
]
B-spline-surface
DL : 0
这是在MATLAB-2008a环境下编写的B样条曲面生成程序,可以通过调整节点矢量和控制顶点来调整曲面形状。-This is a MATLAB-2008a environment, prepared by B-spline surface generation program, you can adjust the knot vector and control points to adjust the surface shape.
Update
: 2025-02-19
Size
: 492kb
Publisher
:
小胡
[
matlab
]
B-spline (2)
DL : 0
B样条插值的实现主要代码在这了啊 ,。。。。。。(B SPLINE tx hello aaa a gou le ma)
Update
: 2025-02-19
Size
: 4kb
Publisher
:
木花道
[
Other
]
B-spline
DL : 0
用于求解5阶B样条曲线,绘制曲线。新手上传请多指教(Used to solve the 5 order B spline curve, draw curves. Novice upload, please enlighten)
Update
: 2025-02-19
Size
: 17kb
Publisher
:
疯狂的大猫
[
matlab
]
B-spline
DL : 1
均匀三次B样条曲线插值,定义插值函数,B样条拟合三维曲面(Interpolation of B spline curves)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
花里胡哨
[
matlab
]
B-spline
DL : 0
给定控制点,生成节点和B样条基函数,绘制非均匀三次B样条曲线(Given control points, generating nodes and B spline basis functions, drawing non-uniform three times B spline curves)
Update
: 2025-02-19
Size
: 39kb
Publisher
:
D_HH
[
Mathimatics-Numerical algorithms
]
B spline interpolation
DL : 0
本程序用matlab编写非递归的b样条曲线轨迹规划生成算法,该算法可以应用于C语言环境(Non-recursive algorithm for generating B-spline curve trajectory planning)
Update
: 2025-02-19
Size
: 4kb
Publisher
:
dianlituodong
«
1
2
3
4
5
6
7
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.