搜索资源列表
curve and fill.rar
- 图形学课程设计.1,扫描转换的四种常用算法:逐点扫描,扫描线算法,边界标志法,边缘填充法. 2,曲线生成算法:bezier算法,3次均匀B样条
graph2dapp
- 使用Java书写的图形学2D程序集合(可以用JCreator3.5编译),程序包括交互式编辑,常用曲线(抛物线,三次参数样条,Beizer,B样条),还有多边形填充,2D旋转和字体示例-written in Java 2D graphics procedures set (which can be used JCreator3.5 compiler), including interactive editing procedures, common curve (parabola, the th
膨胀运算源程序
- 这段程序实现了对图像的膨胀运算,针对的都是黑色点。参数中有一个BOOL变量,为真时,表示在水平方向进行膨胀运算,即结构元素B为(1 ,1. ,1)否则在竖直方向上进行膨胀运算,即结构元素B为1 1.1 。-this program for the expansion of computing image has been aimed at Black Point. Parameters have a BOOL variable to true, in the horizontal directi
绘制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
基本代码实现
- 系统基本功能要求: 1、制图功能 作为一个功能较为完善的建模工具,制图功能应该是最不可或缺的。本建模工具可以实现对于直线、连续直线、多边形区域、圆、圆形区域、圆弧、字符(包括汉字和英文字母)Beizer曲线、B样条曲线等图形元素的较精确绘制,能够根据工业流程实现流程的图示节点表示,并实现包括添、删、移动、连接、清除流程图示节点等编辑功能,和对流程图示节点的仪器功能参数进行设置。对于初级用户而言,操作比较简单,无需太多的学习时间即可进行图形绘制。 2、存储功能 拥有制图功能,
Graphix
- B样条曲线、BSPLine / Nurbs曲线生成-B-spline curves, BSPLine / Nurbs Curve
pyramids
- 采用B样条进行金字塔分解的C源代码,移植性好。-used for B-spline pyramid decomposition of C source code portability good.
bezbspline
- 这是一个BEZIER曲线,包括2维和三维的图象变换 B样条曲线也集中在里面了。-This is a Bezier curve, including two-dimensional and three-dimensional images transform B-spline curves are concentrated in the inside.
b
- 鼠标随机取点,然后可以选择不同的方法进行绘制B样条曲线。
shiyan6-B 计算机图形学实验6 常用曲面和曲线的生成算法
- 计算机图形学实验6 常用曲面和曲线的生成算法 包括(三次B样条曲线算法)-Computer Graphics Lab 6 common surfaces and curves, including generating algorithm (cubic B-spline algorithm)
VC_BTree
- B树的vc可视化实现。拥有B树的常用操作,如插入,删除,查找等。-B Visualization of tree vc. B tree has a common operations such as insert, delete, search and so on.
DrawDot
- B样条曲线画图程序,包括均匀、准均匀、分段Bezier和非均匀四种类型-B-spline drawing
B
- 在图形生成中,生成B样条曲线,实现画曲线的功能-In the graphics generation, the generated B-spline curve, to achieve the functions of drawing curves
B-line
- 在屏幕中任意输入几个点,生成B样条曲线。-Arbitrary number of input points, to generate B-spline curve.
B-SPLINE
- 在平面上任意取点,可以画出它的B样条曲线,对于B样条曲线分析很有用-B spline
five-degree-B-spline-curve
- 这是基于五次B样条的曲线构建程序,开发环境为matlab,喜欢的免费下载。-This building program based on the five B-spline curve, a development environment for matlab like free downloads.
B-spline-surface
- 这是基于B样条的曲面构建程序,开发环境是matlab,欢迎下载。-This is based on B-spline surfaces to build the program, the development environment is matlab, welcome to download.
CPPDraw-B-spline-curve
- 用VC++实现B样条曲线的绘制 实现键盘控制曲面的细分程度并可以实现旋转曲面-With VC++ Realize Draw B-spline curve
B-spline-sample
- B样条曲线,对图形算法的研发人员有帮助,本人一直应用该方法-B-spline curve, graphics algorithms R & D staff to help, I have been using this method
B样条曲线反求控制点(转)
- C++代码已通过编译,测试OK,计算机图形学必备知识!!!