当前位置:
首页
资源下载

搜索资源 - seed fill algorithm
搜索资源列表
-
0下载:
这是一个种子填充算法,是根据已知的一个多边形区域内部的一个象素点来找到区域内其他的象素点进行填充的。-This is a seed fill algorithm is based on a polygon known within the region point to a pixel within the region to find other pixel sites filled.
-
-
0下载:
一个种子填充算法,最好下载我的那个简单的VC++ API程序框架程序,因为这个是在那个框架下做的。加我QQ:398754767-a seed fill algorithm, the best of which I downloaded a simple procedural framework API VC procedures, this is because in that framework to do. Plus I QQ : 398754767
-
-
0下载:
用C语言实现的中点画圆算法,并根据扫描线种子填充算法来填充圆形。-C Language Circle the midpoint algorithm, and in accordance with scanning lines seed fill algorithm to fill round.
-
-
0下载:
扫描线种子填充算法的OpengGL+MFC实现。 本程序是在上次的画直线、画圆的程序上修改的,添加了扫描线填充算法,使用OpenGL+MFC实现。,Scan line seed fill algorithm OpengGL+ MFC to achieve. This procedure is a straight line in the last painting, drawcircle procedural changes, add a scan line fill algorithm, th
-
-
0下载:
是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
-
-
0下载:
图像边缘与轮廓运算包括
// RobertDIB() - robert边缘检测运算
// SobelDIB() - sobel边缘检测运算
// PrewittDIB() - prewitt边缘检测运算
// KirschDIB() - kirsch边缘检测运算
// GaussDIB() - gauss边缘检测运算
// HoughDIB() - 利用Hough变换检测平行直线
// ContourDIB() - 轮廓提取
// Trace
-
-
1下载:
计算机图形学作业。种子填充算法。非递归和递归两种。效率不错。-Computer graphics operation. Seed fill algorithm. Two non-recursive and recursive. Good efficiency.
-
-
0下载:
种子填充算法的详细实现,使用了递归算法,通俗易懂。-Seed fill algorithm to achieve a detailed, the use of a recursive algorithm, user-friendly.
-
-
1下载:
扫描线算法,包括区域填充算法、种子填充算法等-Scan line algorithm, including regional filling algorithm, seed fill algorithm
-
-
0下载:
C program for implimenting seed fill algorithm.
-
-
0下载:
Flood fill, also called seed fill, is an algorithm that determines the area connected to a given node in a multi-dimensional array. implementation in matlab
-
-
0下载:
该程序运用递归实现了计算机图形学中的种子填充算法-The program enables the computer graphics Seed Fill Algorithm
-
-
0下载:
实现图形填充,算法为内部表示区域种子填充算法-Fill the realization of graphics, algorithms for internal representation of regional seed fill algorithm
-
-
0下载:
种子填充算法采用的原理是:假设在多边形区域内部有一像素已知,由此出发找到区域内的所有像素。-Seed fill algorithm uses the principle is: Suppose the polygon has a pixel within the region is known, thus starting to find all the pixels within the region
-
-
0下载:
一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪
-
-
0下载:
Visual Basic 扫描线种子填充.-Visual Basic for Scan line seed fill algorithm.
-
-
0下载:
计算机图形学多边形填充算法,扫描线种子填充的伪代码-Computer graphics polygon fill algorithm, scan line seed fill pseudo code
-
-
0下载:
扫描线种子填充算法,基于C++面向对象。-Scan line seed fill algorithm, based on C++ object-oriented
-
-
0下载:
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.
-
-
0下载:
连通域算法中的seedfill算法的vs上的控制台上的实现。(The connected domain algorithm is implemented on the console on the seedfill algorithm of vs.)
-