搜索资源列表
MFC实现多边形画图填充
- MFC实现多边形画图和填充,对学习图形学有一定的好处哟!-MFC polygon drawing and filling, to learn graphics have certain advantages yo!
多边形简单填充
- 该程序是计算机图形学的一个实验题,实现多边形的扫描填充-the program is a computer graphics experiment and achieve filled polygon scan
改进的有效边表多边形填充算法
- 一个用CV++实现的改进的有效边表多边形填充算法-with a CV to achieve improvement in the effective side table filled polygon algorithms
Fill
- 区域填充算法源代码,在TC编译器上编译通过并实现多边形填充的C程序
sdk实现区域填充
- 图示学的期末作业,用vc实现区域填充算法执行后在终端上画一个多边形,自动填充-end of the operation, using vc regional filling algorithm implementation of the terminal after drawing a polygon, autofill
用C语言实现多边形的种子填充算法
- 用C语言实现多边形的种子填充算法。很好用哦。-C language of the seed polygon filling algorithm. Oh well spent.
exer2
- 多边形有效边表填充算法的实现,设计了活性边表、桶的数据结构,利用动态链表实现了填充算法。在VC6.0下实现。-Effective edge polygon fill algorithm implementation table, side table designed activity, the data structure barrels, the use of dynamic linked list implementation of the filling algorithm. At un
PolygonFill
- 使用C++和OpenGL实现的多边形填充。 -The use of C++ and OpenGL Polygon Fill realize.
tianchong
- 实现多边形区域扫描线填充的有序边表算法,并将实现的算法应用于任意多边形的填充,多边形的顶点可由键盘输入或鼠标拾取,填充要准确,不能多填也不能少填。 要求掌握边形区域扫描线填充的有序边表算法的基本原理和算法设计,画出算法实现的程序流程图,使用C或者VC++实现算法,并演示。 -Scan-line polygon fill the region to achieve the orderly side of the table algorithm, and the algorithm is a
PolygonFill
- 实现多边形的种子及扫描线的填充算法,同时实现画圆 、直线的功能-To realize Polygon fill and Ellipse 、Line
FillArea--
- 用vc实现多边形填充程序,自己编的,可以选择颜色,任意多边形,调试通过-Vc polygon filled with the realization of procedures, own, and can choose the color, arbitrary polygons, debugging through
View
- 掌握种子填充算法的原理,学会编写种子填充程序,实现多边形填充。-Grasp the principles of seed filling algorithm, learning the preparation of the seed filling process, the realization of the polygon fill.
PolyFill
- 实现多边形填充,北航计算机图形学,第一次作业-POlyfill
gh
- 1. 简单图元的生成(如直线、圆、长方形等) 2. 用DDA算法或中点(Besenham)算法实现直线段、椭圆或圆的绘制 3. 用扫描线填充算法进行区域填充,用Sutherland 裁剪算法裁减多边形 4. BEZIER曲线或B样条曲线的绘制 5. 个性化图形软件包的开发 6. 所有文件包括源码和截图-1. Easy metafile generation (such as linear, round, rectangular, etc) 2. Using DDA algor
Drawing_Qiu
- 画图板基本功能实现直线,圆,多边形,填充等-Drawing Canvasers
program
- 计算机图形学课程算法演示系统 (1)画线算法演示:实现画线的三个算法---DDA画线算法、中点画线算法、Bresenham画线算法。建立坐标系,由用户输入两点坐标,体现直线的走势,最后给出算法的参数值以及实现清除功能。 (2)画圆算法演示:实现画圆的两个基本算法---Bresenham画圆算法、中点画圆算法。由用户输入圆的半径,体现圆的四个象限的走势,最后给出算法的误差值以及实现清除功能。 (3)填充算法演示:实现边填充和种子填充这两个基本填充算法。其中边填充由用户画出多边形,对封闭
tianchong
- 绘制多边形(程序中多边形已设定好),可以实现扫描线填充和扫描线种子填充,后者要现在图形内单击右键确定第一个种子。-Draw polygon (polygon has set a good program), can achieve scan line scan line seed fill, and filling, which should now right click the graph to determine the first seed.
Bresenham
- OPengl,利用Bresenham算法绘制多边形,并实现种子填充-Use Bresenham algorithm to draw polygons and achieve seed fill
多边形填充之五角星
- 用OpenGL实现多边形填充(五角星)。(Polygon filling (Pentagram) is implemented with OpenGL.)
OPenGL实现多边形填充
- 一个代码实现多边形填充,定点自定义,颜色给定。非常好用