Welcome![Sign In][Sign Up]
Location:
Search - Scan-Line Polygon Fill Algorithm.

Search list

[Other resourceCG-3

Description: 多边形扫描转换填充 A C++ program to fill a Polygon using Scan Line Polygon Fill Algorithm.
Platform: | Size: 2728 | Author: 艾文 | Hits:

[OpenGL programscanexample

Description: 基于opengl的多边形扫描算法演示系统,可以演示出多边形填充过程中扫描线扫描的结果,动态的演示出来。-on opengl polygon scan algorithm demonstration system that can demonstrate Polygon Fill out the process of scanning line scan results, dynamic demo out.
Platform: | Size: 1244160 | Author: 0 | Hits:

[OpenGL programscan_line_polygonfilling

Description: OPENGL中实现多边形的扫描线算法,能够动态地表现多边形的填充过程。 -achieve OpenGL polygon scan line algorithm performance can be dynamically polygon filling process.
Platform: | Size: 3072 | Author: ldx | Hits:

[2D GraphicCG-3

Description: 多边形扫描转换填充 A C++ program to fill a Polygon using Scan Line Polygon Fill Algorithm.-Polygon scan conversion Fill A C++ Program to fill a Polygon using Scan Line Polygon Fill Algorithm.
Platform: | Size: 2048 | Author: 艾文 | Hits:

[Special EffectsSaomiaoxiantianchongsuanfa

Description: 扫描线种子填充算法 本程序实现区域填充功能,首先输入多边形顶点的个数,回车, 然后依次输入各顶点的坐标格式如下:100,123回车 一定要在中间用逗号隔开噢,输完最后一个点后,屏幕上会依次 画出各条边,最后填充满. 程序还不完善,比如颜色值应该用变量表示以易于修改,画多边形和求种子点 应该做成独立的函数等等,以后再做上吧,这是细节的问题 -Scan line seed fill algorithm in this program area filling function, first of all, enter the number of polygon vertices, carriage return, to be followed by enter the coordinates of the vertex format is as follows: Enter 100123 in the middle must be separated by commas Oh, lose the last one point, the screen will in turn draw the edges, and finally full filling. program is not perfect, such as the color value variable that should be used to easily modify, and demand painting polygon seed point should be made independent of the function and so on, later做上it, this is the problem details
Platform: | Size: 3072 | Author: wu | Hits:

[Special EffectsFillScan

Description: 纵向扫描的多边形填充算法,可以实现任意多边形的扫描填充-Longitudinal scan of the polygon fill algorithm, you can realize arbitrary polygon scan fill
Platform: | Size: 3765248 | Author: daiqinghu | Hits:

[Special Effectsscanline

Description: 本文详细讨论了基于扫描线填充算法对多边形区域进行 图案填充问题。尽管位图可以看作是一个二值图像,但为了方 便起见,在本文中,我们将位图和图像区分开来讨论。-This article is discussed in detail based on the scan line polygon fill algorithm to fill the problem areas of design. Although bitmaps can be seen as a binary image, but the sake of convenience, in this paper, we will place a distinction between maps and images for discussion.
Platform: | Size: 1274880 | Author: 李尊 | Hits:

[2D Graphic0514001

Description: 典型的多边形填充算法主要包括扫描线填充算法和轮廓标志域填充算法,适用于矢量多边形文件的填充算 法为扫描线填充算法。论文对原有的多边形扫描线填充算法中的最常用的活性边表和传统扫描线算法进行了分析,结 合活性边表和传统的扫描线填充算法的特点,针对复杂的大数据量的多边形填充时间效率较低的问题,提出了一种改 进的扫描线多边形填充算法一混合填充算法。该算法采用链表和数组结合的数据结构,形成连续的填充轨迹,有效地 提高了时间效率。 -Polygon Filling Algorithm typical scan line mainly include filling algorithm and contour filling algorithm domain signs for the document vector polygon filling algorithm for the scan line fill algorithm. Thesis of the original scan line polygon fill algorithm in the activity of the most commonly used forms and traditional side scan line algorithm for the analysis of binding activity and side table filled with traditional scan-line algorithm for the complexity of large amount of data to fill the polygon the problem of low time efficiency, an improved scan-line polygon fill algorithm to fill a hybrid algorithm. The algorithm combines the use of linked list and array data structure to form a continuous track of the fill, effectively improve the efficiency of time.
Platform: | Size: 150528 | Author: 翁經堯 | Hits:

[Graph Drawingtianchong

Description: 实现多边形区域扫描线填充的有序边表算法,并将实现的算法应用于任意多边形的填充,多边形的顶点可由键盘输入或鼠标拾取,填充要准确,不能多填也不能少填。 要求掌握边形区域扫描线填充的有序边表算法的基本原理和算法设计,画出算法实现的程序流程图,使用C或者VC++实现算法,并演示。 -Scan-line polygon fill the region to achieve the orderly side of the table algorithm, and the algorithm is applied to achieve an arbitrary polygon fill, polygon vertices keyboard input or mouse can be picked up, filling must be accurate, no more and no less fill to fill. Required to master the regional scan-line polygon filling algorithm for the orderly side of the table the basic principle and algorithm design, draw algorithm flow chart of procedures for the use of C or VC++ algorithm, and demonstrate.
Platform: | Size: 1930240 | Author: linym | Hits:

[Graph programScan-LinePolygonFillAlgorithm)

Description: 扫描线多边形填充算法适用于水平扫描线的逐行填充-Scan-Line Polygon Fill Algorithm
Platform: | Size: 6144 | Author: zhao_xinping | Hits:

[2D GraphicScanEdge

Description: 图形学相关的算法实现,使用扫描线算法填充多边形-Graphics-related algorithms, using Scan-Line Polygon Fill Algorithm
Platform: | Size: 3696640 | Author: fcwindpasss | Hits:

[Special EffectsGraphics

Description: 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。)五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。六、交互式Bezier曲线的输入绘制程序实现-An integrated graphical interface program, can call the subroutine each operation. First, call the painting point function, the DDA, the mid-point operator France and the midpoint line drawing algorithm draw a circle and ellipse. 2, polygon scan conversion algorithm and region filling algorithm (scan line algorithm The will to do more than seek operation based on the edge of fill, and sign algorithms for the optional side seed-based region filling using 4-connected region Recursive seed fill algorithm, or scan line seed fill algorithm to require seed point (x, y) can be interactive input). 3, line cutting and Polygon clipping algorithm to achieve animation. (Two segments by cutting edge algorithms and HS polygon clipping algorithm) polygon clipping Algorithm animation requirements first draw a closed polygon, and then draw the crop rectangle window, then select the crop button (or Command), press the "cut on top" button (or the implementation of the "cut on top" command),
Platform: | Size: 15465472 | Author: Peng | Hits:

[OpenGL programScanlinefill

Description: 用C++和OpenGL结合,实现图形学中扫描线填充算法的多边形的填充-Filled with the scan line polygon fill algorithm
Platform: | Size: 2048 | Author: hejn | Hits:

[Windows DevelopCG-30

Description: fill a Polygon using Scan Line Polygon Fill Algorithm
Platform: | Size: 2048 | Author: arash | Hits:

[Windows Developtianchong

Description: 基于MFC环境的多边形扫描线填充和区域填充算法。-MFC environment based on scan line polygon fill, and region filling algorithm.
Platform: | Size: 1977344 | Author: 肖健 | Hits:

[Special Effectsduobianxingtianchongsuanfa

Description: 扫描线法多边形填充算法,是计算机图形学中基本的作图算法-Scan line polygon fill algorithm method is the basic mapping computer graphics algorithms
Platform: | Size: 41984 | Author: Simon | Hits:

[GDI-BitmapSeedFilling

Description: 多边形区域的扫描线填充、扫描线种子填充算法实现-Scan line polygon area fill, scan line seed fill algorithm
Platform: | Size: 3738624 | Author: maksim | Hits:

[Picture Viewerareafills

Description: 1.扫描线种子填充算法实现多边形内实面积填充。 2.用边标志填充算法实现多边形内实面积填充。-1.scan line seed fill algorithm implemented within the polygon area fill. 2. with the edge flag filling algorithm implemented within the polygon area fill.
Platform: | Size: 1945600 | Author: 小柯 | Hits:

[2D GraphicScan-Line-Seed-Fill-Algorithm

Description: 计算机图形学多边形填充算法,扫描线种子填充的伪代码-Computer graphics polygon fill algorithm, scan line seed fill pseudo code
Platform: | Size: 7168 | Author: 灿钿 | Hits:

[Graph Drawingseed-fill

Description: 1.扫描线种子填充算法实现多边形内实面积填充。 2.用边标志填充算法实现多边形内实面积填充。--1.scan line seed fill algorithm implemented within the polygon area fill. 2. with the edge flag filling algorithm implemented within the polygon area fill.
Platform: | Size: 1024 | Author: 宁儒林 | Hits:
« 12 3 »

CodeBus www.codebus.net