搜索资源列表
-
0下载:
用C语言实现的中点画圆算法,并根据扫描线种子填充算法来填充圆形。-C Language Circle the midpoint algorithm, and in accordance with scanning lines seed fill algorithm to fill round.
-
-
0下载:
是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
-
-
0下载:
计算机图形学的种子填充,可实现种子填充算法。-Computer graphics filled seeds, seed fill algorithm can be realized.
-
-
0下载:
基于种子填充算法的扫描线实现,不会出现堆栈溢出-Seed fill algorithm to achieve the scan line
-
-
0下载:
实现图像的边缘检测、提取和轮廓跟踪,还有种子填充算法-Of image edge detection, contour extraction and tracking, as well as the seed fill algorithm
-
-
0下载:
DDA、Bresenham画直线及画圆、多边形;
边缘填充算法和种子填充算法。-DDA, Bresenham drawing a straight line and circular, polygonal edge of the filling algorithm and seed fill algorithm.
-
-
0下载:
图形的填充算法,包括有序变表法和种子填充法-Graphic filling algorithm, including the orderly changing table method and seed fill method
-
-
0下载:
图像处理程序,实现bresenham算法和种子填充算法-Image processing procedures, to achieve bresenham algorithm and seed fill algorithm
-
-
0下载:
图形学填充算法有序边表法和种子填充算法的比较-Filling algorithm law and order side of the table Comparison of seed fill algorithm
-
-
0下载:
一个集成的图形界面的程序,可调用每一次作业子程序。
一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。
二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。
三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边
-
-
0下载:
计算机图形学多边形填充算法,扫描线种子填充的伪代码-Computer graphics polygon fill algorithm, scan line seed fill pseudo code
-