Welcome![Sign In][Sign Up]
Location:
Search - spline.m

Search list

[Special Effectsacontour

Description: This toolbox provides some functions for manipulating planar, closed splines to implement image or video segmentation by means of deformable (or active) contours. Contour topology is managed in a way that should allow changes similar to what can be observed with level sets (merging and splitting but no hole creation). Several objects can be segmented simultaneously in several frames. -This toolbox provides some functions for m anipulating planar. closed spline to implement image or video segm entation by means of deformable (or active) con tours. Contour topology is managed in a way that should allow changes similar to what can be obse rved with level sets (merging and splitting but no hole creation). Several objects can be segme nted simultaneously in several frames.
Platform: | Size: 163346 | Author: zhuboy | Hits:

[assembly languagespline238388388

Description: 该程序是用MATLAB对SPLINE做的编程,对大家有所帮助,希望以后多多支持-that the procedure was used to SPLINE do MATLAB programming, we will help, hope that the generous support
Platform: | Size: 4096 | Author: | Hits:

[Special Effectsacontour

Description: This toolbox provides some functions for manipulating planar, closed splines to implement image or video segmentation by means of deformable (or active) contours. Contour topology is managed in a way that should allow changes similar to what can be observed with level sets (merging and splitting but no hole creation). Several objects can be segmented simultaneously in several frames. -This toolbox provides some functions for m anipulating planar. closed spline to implement image or video segm entation by means of deformable (or active) con tours. Contour topology is managed in a way that should allow changes similar to what can be obse rved with level sets (merging and splitting but no hole creation). Several objects can be segme nted simultaneously in several frames.
Platform: | Size: 162816 | Author: zhuboy | Hits:

[Windows Developbbb

Description: 用MATLAB画出三次样条插值函数曲线图(先用C++求出M)-Using MATLAB to draw cubic spline interpolation function curves (first C++ Calculated M)
Platform: | Size: 3072 | Author: ren | Hits:

[matlabCspline

Description: 这是一个三次样条插值的.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)
Platform: | Size: 1024 | Author: 朱与心 | Hits:

[Algorithmthin_plate

Description: 薄板样条,一种很好的拟合曲线的方法。是最近比较常用的拟合方法。-thin plate spline is so nice fitting method. Features: (1) support arbitrary control points (2) allow regularization (3) estimate the warp parameters from corresponding pairs
Platform: | Size: 2048 | Author: wangwei | Hits:

[matlabSecSample.m

Description: 标准的matlab二次样条差值程序,实用的代码-Standard quadratic spline difference matlab process and practical code
Platform: | Size: 1024 | Author: 张华 | Hits:

[Graph programmatlab-GUI

Description: 数值分析程序matlab-GUI----第一型三次样条插值函数(包括M文件和GUI)-Numerical analysis matlab-GUI---- the first type of cubic spline interpolation function (including M documentation and GUI)
Platform: | Size: 8192 | Author: jzhuang | Hits:

[Algorithmmasplinehh

Description: 用途:三阶样条插值(一阶导数边界条件) 格式:m=maspline(x,y,dy0,dyn,xx), x为节点向量,y为数据, dy0,dyn为左右两端点的一阶导数如果xx缺省,则输出各节点的 的一阶导数值,,m为xx的三阶样条插值-Uses: third-order spline interpolation (first order derivative boundary condition) format: m = maspline (x, y, dy0, dyn, xx), x is the node vector, y for the data, dy0, dyn left and right ends of points a derivative, if xx default, then the output of each node of the of a first derivative values,, m for the third-order spline interpolation xx
Platform: | Size: 1024 | Author: huanhuan | Hits:

[matlabmspline

Description: Interpolation via m-spline with explanation.
Platform: | Size: 55296 | Author: iskandaria | Hits:

[Windows Developinterparc

Description: This is a simple thing to do if you are willing to use a piecewise linear interpolant. More difficult is when the curve is a parametric spline or pchip model. The interparc.m function uses an ode solver to integrate the distance along the curve itself, then uses that ode solver to do the interpolation.
Platform: | Size: 6144 | Author: zhenhao | Hits:

[matlabyuyang

Description: 五次B样条曲线应用于工业机器人轨迹规划,实现了角位置,速度,加速度,加加速度平滑过渡-fifth-order B-spline applied to the industrial robot
Platform: | Size: 13312 | Author: yuyang | Hits:

[matlabb-spline

Description: 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. • uniformbspline.m- 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. • uniformbspline.m
Platform: | Size: 1024 | Author: zira | Hits:

[matlabsplinetx.m

Description: CUBIC spline analysis
Platform: | Size: 1024 | Author: ahmadahmad1 | Hits:

[matlabbicubic.m

Description: a method to calculaate the bicubic spline fr nrecipes
Platform: | Size: 2048 | Author: steven woolford | Hits:

[matlabSpline-interpolation

Description: 样条插值的相关matlab源码,包含6个.m的文件-Spline interpolation matlab source code, containing 6 m files
Platform: | Size: 3072 | Author: | Hits:

[matlabCubicSplineInterpolation.m

Description: 数值分析中的三次样条插值算法,追赶法解方程算法的MATLAB实现函数和测试数据。样条插值算法支持一阶导数边界条件、二阶导数边界条件和周期边界条件三种不同边界条件类型。-Numerical analysis of the cubic spline interpolation algorithm, the catch-up method of solving equations algorithm in MATLAB functions and test data. Spline interpolation algorithm supports three different boundary conditions types of boundary conditions of the first derivative, second derivative boundary conditions and periodic boundary conditions.
Platform: | Size: 3072 | Author: xiaoyuer | Hits:

[matlabsanciyangtiaochazhi-m

Description: 三次样条插值matlab程序, 三次样条插值matlab程序, 三次样条插值matlab程序-Three spline interpolation matlab program,Three spline interpolation matlab program,Three spline interpolation matlab program,Three spline interpolation matlab program,Three spline interpolation matlab program
Platform: | Size: 1024 | Author: 邓磊 | Hits:

[Software EngineeringFindEnvelope.m

Description: For the input raw data signal, using the method of spline function to find the correct envelope for the signal.
Platform: | Size: 1024 | Author: Benjamin | Hits:

[Otherm

Description: 计算newton插值多项式和三次样条插值多项式。(The Newton interpolation polynomials and the three spline interpolation polynomials are calculated.)
Platform: | Size: 1024 | Author: 123123123123123123 | Hits:
« 12 3 »

CodeBus www.codebus.net