搜索资源列表
vb_bezierfit
- 这是一个分别用bezier曲线和B样条曲线进行曲线拟合的例子 程序用VB6.0中文版编写 例子中需要一个窗体和一个按钮(使用默认的名字) 在本例中,黑色的线条是对坐标系上各点的直接连线 黄色的线仅对点间连线进行近似拟合,并不通过每一个点,使用的是B样条曲线 蓝色的线通过除第一个点和最后一个点之外的每一个点,使用的是bezier曲线-This is a difference with bezier curves and B-spline curves curve f
medit贝齐尔曲线
- 用c语言编写的贝齐尔曲线-prepared by the bezier curve
bezier.rar
- 这是一个贝塞尔曲线生成的程序,有二次和三次贝塞尔曲线,并且和B样曲线组合的图形,This is a bezier curve generated by the procedure, there are secondary and three bezier curves and B-like curves and graphics portfolio
bezier
- 贝叶斯曲线的生成的VC++源码,是mfc的哦!-Bayesian curve generated by VC++ source code for a mfc Oh!
bsplineandbezier
- b样条和贝塞尔曲线的绘制,matlab和vc平台上的两个版本-b-spline and bezier curve drawing, matlab, and two versions of the platform vc
bezier
- 这是一次,二次,三次bezier曲线用MATLAB实现的程序。-This is the single, double or three times to achieve bezier curve using MATLAB procedures.
bezier
- 三次bezier曲线实现C语言代码的PDF文件-bezier curve C language
bezier
- 用matlab实现bezier曲线,一个很使用的matlab程序源码,经过调试成功的-Matlab achieve bezier curves with, a very used matlab program source, after successful commissioning
bezier
- 一个很好的matlab编程绘制B样条曲线,-Matlab program to draw a good B-spline curve,
beziersurfaces
- 三次TC-bezier曲线的拼接以及双三次TC-bezier曲面拼接。-Three TC-bezier Curves and Bicubic TC-bezier Surfaces.
bezier
- 本文说明了bezier曲线的渐进迭代性质,是对bezier曲线进行十次渐进逼近迭代,有图形效果来看一斤很接近所给的点-This article describes the iterative nature of the progressive bezier curve, is the bezier curve gradually approaching ten iterations, with graphics that look very close to a pound to the poi
bezier-5
- 5次bezier曲线可以运行,已经经过尝试-5 bezier curve can run, has been tried
bezier
- bezier曲线是允许用户控制在节点处控制斜率的样条。B样条的出现使得图形重构技术获得了巨大的发展。-bezier curves allows the user to control the slope of the spline control node. B-spline has made a graphical reconstruction technique was a great development.
bezier
- bezier曲线的实现。包括实现一阶、二阶、三阶,更高次数的曲线也可以同理实现。-Realization of the bezier curve. Including the achievement of the first order, second, third, a higher number of curves can also achieve the same reason.
The-bezier-curve-of-rotation
- 程序实现了绘制一条三次bezier曲线,并以其旋转45°-Realization of a cubic bezier curve drawing, and its rotation 45
bezier
- bezier曲线的g1光滑连接,画了两条2次的bizier曲线,然后符合G1连续-g1 bezier curves and smooth connections, drew two two times bizier curve, and then meet the G1 continuous
bezier_matlab
- 实现bezier曲线拟合,简单的自行增阶的gui界面(Achieve bezier curve fitting, simple self increasing GUI interface)
MATLAB绘制B样条曲线
- 三种b样条曲线的绘制,beizer曲线、以及两种B样条曲线的绘制(draw bezier Bspline)
MATLAB bezier程序实现
- bezier曲线是应用于二维图形的曲线。曲线由顶点和控制点组成,通过改变控制点坐标可以改变曲线的形状。该程序主要为实现bezier曲线。
MATLAB
- 离散点拟合贝塞尔曲线,可以改变阶数,求控制点并求出误差(Fitting bezier curve with discrete points)