搜索资源列表
curve and fill.rar
- 图形学课程设计.1,扫描转换的四种常用算法:逐点扫描,扫描线算法,边界标志法,边缘填充法. 2,曲线生成算法:bezier算法,3次均匀B样条
graphic_demo
- 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students lea
line0
- 计算机图形学里的一个算法,实现直线的扫描转换,很简单的功能。初学者的东西-computer graphics's an algorithm, achieving a linear scan conversion, a very simple function. Beginners things
中点算法
- 扫描转换直线段的中点算法、描转换圆弧的中点算法和扫描转换椭圆弧的中点算法-linear scan conversion of the midpoint algorithm depiction of the mid-point arc conversion algorithm and scan conversion ellipse the midpoint algorithm
二维填充图元的扫描线算法
- 实现扫描转换多边形的扫描线算法和填充区域的扫描线算法算法的程序-achieve polygon scan conversion algorithm scanning lines in the region and filling algorithm scanning algorithm procedures
Rj_Circle
- 计算机专业图形学作业,利用圆弧扫描转换算法在像素上画出圆形,在对话框上拉动鼠标即可.-professional computer graphics operations, the use of circular scan conversion algorithm pixels paint round, in the dialog box pull on the mouse.
Ellipticalscanningconversionandachieve
- 中点Bresenham画圆算法扫描转换的基本原理,用C语言编程实现这个算法。本算法只讨论圆心位于坐标原点的圆。-midpoint Bresenham algorithm scan conversion Circle to the basic principles C language programming algorithm to achieve this. The algorithm is discussed only at the origin of the center circle.
ScanFill
- 又是一个计算机图形学填充算法:ScanFill,扫描填充算法!用VC++实现,方法简单!
GridCircleArc
- DDA扫描转换直线段的算法描述,这个是比较简单的,希望能对大家有帮助
三.非自交多边形扫描转换及区域填充扫描线算法
- 二维非自交多边型的扫描转换算法及区域填充算法-two-dimensional self multilateral type of scan conversion algorithm and regional filling algorithm
tuxingxue.rar
- 计算机图形学实验中的多边形扫描和填充算法实现。,Computer Graphics Experiments and fill polygon scan algorithm.
draw2
- 编写应用程序,要求具有以下功能: 1、 采用鼠标输入顶点的方法确定待填充多边形; 2、 实现多边形扫描转换算法完成对该多边形的填充,包括实现边表与活跃边表的构造,要求完成使用自己学号的后四位数字对多边形内部进行填充。完成效果如下图所示:-To write applications, has the following features: a mouse input vertices determined to be filled polygon polygon scan convers
curve and fill
- 图形学课程设计.1,扫描转换的四种常用算法:逐点扫描,扫描线算法,边界标志法,边缘填充法. 2,曲线生成算法:bezier算法,3次均匀B样条- The graph study curriculum designs four commonly used algorithms which 1, the scanning transforms: Point-by-point scanning, scan line algorithm, side-stripe markings law, edge
draw
- 画直线、画圆、填充三角形 画直线有三种算法,填充的算法是线扫描-Drawing a straight line, circle, filled triangle has three straight-line drawing algorithm, the algorithm is filled with line scan
EdgeFlagAA
- EdgeFlag是关于2D矢量图形中边界标记扫描的论文,论文中对此算法进行了较为详细的分析,此算法的效率高于GDI。-EdgeFlag on 2D vector graphics in the border marker scanning paper, paper on this algorithm a more detailed analysis, this algorithm is more efficient than GDI.
ScanFill
- 用c++实现的多边形扫描算法,有点小复杂的啊-Using c++ to achieve the polygon scanning algorithm, a bit of small complex ah
fff
- 扫描转换多边形的扫描线算法,c++实现的,供大家参考-Polygon scan conversion of the scan line algorithm, c++ to achieve, for your information
Binary-image-connected-domain
- 这里列举二值图像连通域标记算法包括直接扫描标记算法和二值图像连通域标记快速算法-Here are the binary image connected component labeling algorithm including direct scan labeling algorithm and a binary image connected component labeling fast algorithm
VolumeRenderPyramid
- 一个利用三维纹理实现的体绘制加速算法,绘制出金字塔形状的扫描图像,附带超声数据-A 3D texture volume rendering acceleration algorithm realization, draw the scanning image Pyramid shape, with ultrasound data
line_circle
- 计算机图形学基础内容,用扫描转换算法画圆和直线-failed to translate