搜索资源列表
gat_shiyan3
- 这是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,中点算法,绘制抛物线的正负法,中点法。 扫描转换多边形扫描线算法,种子填充算法。 线段裁剪(CohenSutherland)编码算法,多边形逐边裁剪(SutherlandHodgman)算法 注:分别设计了功能完整的类-This is my big computer graphics operations, including the algorithm are : DDA linear mapping al
Saomiaoxiantianchongsuanfa
- 扫描线种子填充算法 本程序实现区域填充功能,首先输入多边形顶点的个数,回车, 然后依次输入各顶点的坐标格式如下:100,123回车 一定要在中间用逗号隔开噢,输完最后一个点后,屏幕上会依次 画出各条边,最后填充满. 程序还不完善,比如颜色值应该用变量表示以易于修改,画多边形和求种子点 应该做成独立的函数等等,以后再做上吧,这是细节的问题
Graphics-generation-and-filling
- 基本图形的生成与填充VC源码。实现了: 1,点与直线生成算法(数值微分法(DDA算法),中点画线法,Bresenham画线法)。 2,圆的生成算法(中点画圆算法,Bresenham画圆算法)。 3,椭圆生成算法。 4,区域填充(种子填充算法,扫描线填充算法)。 5,汉字的显示技术。 6,曲线的生成(最小二乘直线拟合,三次Bezier直线生成,任意次Bezier直线生成 )。-Basic graphics generation and fill VC source. Rea
Bresenham
- Bresenham算法绘制线段并利用“橡皮筋”功能绘制折线 将绘制的折线连接成多边形,并选择种子填充法或扫描线填充法进行填充 鼠标交互生成矩形裁剪框,实现对绘制的折线的裁剪-Bresenham algorithm for drawing line segments using the " rubber band" feature to draw the line draw the line connected into polygons, and select the me
PolygonFill
- 实现多边形的种子及扫描线的填充算法,同时实现画圆 、直线的功能-To realize Polygon fill and Ellipse 、Line
Graphics
- 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪
20105169404612157
- 使用VC平台,C++开发的扫描线种子填充算法,运行后点击视窗即可自动绘制边缘区域,并自动填充。-Platform using VC, C++ Development scan line seed fill algorithm, then click the window you can run the automatic drawing of the edge area, and automatically fill.
PolygonRegionFilling
- 多边形填充,采用种子算法、扫描线算法实现,并且附有详细分析文档。-Polygon region filling project for Computer Graphy course, using seeding and scanning method and with rich analysing document
Bresenham2
- Bresenham算法绘制线段并利用“橡皮筋”功能绘制折线。将绘制的折线连接成多边形,并选择种子填充法或扫描线填充法进行填充 鼠标交互生成矩形裁剪框,实现对绘制的折线的裁剪 -Bresenham algorithm for drawing lines and using the " rubber band" feature to draw a line. The line will connect into a polygon drawing, and selec
seed-fill
- 八连通扫描线种子填充算法,可改成四连通区域填充-seed fill
saomiaoxian
- 这是一个扫描线种子填充算法的程序,这个程序的演示效果不错-This is a scan line seed fill algorithm program, this program demonstrates good results
Fill
- 点击鼠标绘制多边形,然后选择种子填充或者扫描线填充实现对此多边形的填充效果-Click the mouse to draw a polygon, and then select seed filling or scan line fill this polygon fill effects
filling
- 包含了多边形区域填充,扫描线种子填充,扫描线种子填充变形,简单种子填充,简单填充,基本包含了图形学中所有的填充-Contains a polygon fill, scan line seed filling, the scan line seed fill deformation, simple seed filling, simple filling, basically contains all of the padding graphics
FillPolygon
- C#实现多边形颜色的填充,主要是种子填充和种子扫描线填充两种算法。-C# implementation of the polygon fill color, mainly seeds and seed filling scan line fill two algorithms.
cgdemoView
- 数值微分DDA画线法、中点画线法、Bresenham画线法、中点画圆法、中点画椭圆法、递归种子填充算法、简单种子填充算法、Liang_Barsky裁剪算法、Suther_Land多边形 、扫描线种子填充算法-DDA line drawing numerical differentiation method, the dotted line method, Bresenham line drawing method, midpoint Circle France, were dotted el
fill
- 算法基本思想:首先填充种子点所在扫描线上位于区域内的区段,然后 确定与该区段相邻的上下两条扫描线上位于区域内的区段,并依次将各区段的起始位置保存, 这些区段分别被用区域边界色显示的像素点所包围。随后,逐步取出一开始点并重复上述过程,直到所保存各区段都填充完毕为止。-Algorithm basic idea: first fill the seed point is located in the area of the scanning section, and then determine th