搜索资源列表
绘制b样条曲线
- 生成、显示B样条曲线: (1)用鼠标或者光标输入控制点,在屏幕上用图形符号标记显示。 (2)自定义输入曲线次数。 (3)可选择4种曲线类型。 (4)可以对顶点位置,曲线次数,曲线类型进行修改。-generation, showed that B-spline curves : (1) to use the mouse or the cursor input control points on the screen with graphic symbols marking sho
B-spline_parametric_curve
- mfc实现的二次B样条曲线实例,点击所有的点之后,点击生成按钮,自动实现绘制二次B样条曲线。 此实例是我费了很大劲才找来的,对研究二次B样条曲线绘制会有很大帮助。
B样条插值 C++
- 详细的B样条曲线生成程序
121114122lu_bs_lsm
- B样条曲线曲面的生成与显示,用matlab实现-B-spline curve and surface generation and display, using matlab implementation
BSPLINE
- B样条曲线生成程序,有详细的源代码。在VC平台下运行!-B-spline curve generation program, a detailed source code. Platform in the VC run!
vb
- 通过随机点生成,B样条曲线,代码完整,有Bezeire和B样条曲线两种曲线形式。-Generated by random points, B-spline curves, code integrity, and the B-spline curve Bezeire two curve.
B-spline-surface
- 这是在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.
Curve
- B样条曲线,采用B样条的算法实现。生成的曲线十分的逼真,采用的是VC++做的。-B-spline curve, using B-spline algorithm. Generated curve is very realistic, using the VC++ Do.
Curve
- 本科计算机图形学课程实验--b样条曲线生成。支持vc6和vs.2003-Undergraduate computer graphics course experiment- b-spline curves generated. Support for vc6 and vs.2003
Graphics
- 计算机图形学的各种实验,里面包含主要内容包括线段、园、区域填充、线型线宽、字符、裁剪、等基本图形生成算法;样条、Bezier、等常用曲线的生成算法;Coons曲面、Bezier曲面、B样条曲面等常用曲面的生成算法。含实验报告-Computer graphics, various experiments, which contains the main contents include the line, park, area filling, line width, character, cut
pudu
- B样条曲线生成程序,HHT插件等。rilling版本,供大家参考学习。 -B-spline curve generation procedures, HHT, such as plug-ins. rilling version for your learning.
cubic_bpline
- 输入二维点的坐标[x,y],生成三次b样条曲线-Enter the two-dimensional coordinates of points [x, y], to generate three b-spline curve
Bspling_fitting
- 本软件的主要功能是用B样条曲线去拟合输入的若干个数据点,同时用圆弧逼近该曲线生成数控加工G代码。 如上图所示:线上的红点为输入点,线旁的绿点为反算出的控制点,列表框中则是数控加工G代码。 本软件还有自动判错的功能如下图所示当文本框为空或输入的点数少于两个时将会分别弹出警告消息框。本软件主要的设计思路为利用一定的算法根据已知道的型值点反求控制点后根据控制点画出B样条曲线,本软件通过VB语言实现的 -Three B-spline fitting the data points are k
B_Line
- 基于MFC的生成B样条曲线程序,点击鼠标右键动态生成曲线。-MFC-based generation of B-spline curve procedure, click the right mouse button dynamically generated curve.
Bspline_fitting
- 画三次B样条曲线拟和的程序,,生成控制顶点比较方便快捷-Painting three B-spline curve fitting, and the procedures to generate more convenient control points
BSPLine
- B样条曲线给出了一种方法,用具有 连续性的k-1次的多项式曲线对n个控制点集合进行拟合,B样条曲线允许任意阶连续。因此,在计算机图形学中优先选择B样条曲线来定义非常平滑的曲线。如果要通过任意数量的点生成满足C2或更高阶连续性的曲线,B样条曲线是一种较好的选择。-B-spline curve presents a method, the continuity of k-1 times on the n-polynomial curve fitting set of control points,
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样条
- 调用Opengl,在vs2013平台下实现实现B样条曲线的绘制的功能(Using Opengl to draw B spline curve)
B-spline
- 给定控制点,生成节点和B样条基函数,绘制非均匀三次B样条曲线(Given control points, generating nodes and B spline basis functions, drawing non-uniform three times B spline curves)
B spline interpolation
- 本程序用matlab编写非递归的b样条曲线轨迹规划生成算法,该算法可以应用于C语言环境(Non-recursive algorithm for generating B-spline curve trajectory planning)