CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - seed fill algorithm

搜索资源列表

  1. 颜色填充

    0下载:
  2. 这是一个种子填充算法,是根据已知的一个多边形区域内部的一个象素点来找到区域内其他的象素点进行填充的。-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.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:287697
    • 提供者:杨海峰
  1. colorcircle

    0下载:
  2. 用C语言实现的中点画圆算法,并根据扫描线种子填充算法来填充圆形。-C Language Circle the midpoint algorithm, and in accordance with scanning lines seed fill algorithm to fill round.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:34436
    • 提供者:ffff
  1. Draw_Line_circle_fill.rar

    0下载:
  2. 扫描线种子填充算法的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
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-19
    • 文件大小:5642770
    • 提供者:同济
  1. ComputerGraphics

    0下载:
  2. 是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-18
    • 文件大小:5458547
    • 提供者:隗平
  1. eagedetectandfigureoperate

    0下载:
  2. 图像边缘与轮廓运算包括 // RobertDIB() - robert边缘检测运算 // SobelDIB() - sobel边缘检测运算 // PrewittDIB() - prewitt边缘检测运算 // KirschDIB() - kirsch边缘检测运算 // GaussDIB() - gauss边缘检测运算 // HoughDIB() - 利用Hough变换检测平行直线 // ContourDIB() - 轮廓提取 // Trace
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:5069
    • 提供者:kelly
  1. SeedFill

    1下载:
  2. 计算机图形学作业。种子填充算法。非递归和递归两种。效率不错。-Computer graphics operation. Seed fill algorithm. Two non-recursive and recursive. Good efficiency.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-07
    • 文件大小:38365
    • 提供者:扬木
  1. SeedFill

    0下载:
  2. 种子填充算法的详细实现,使用了递归算法,通俗易懂。-Seed fill algorithm to achieve a detailed, the use of a recursive algorithm, user-friendly.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:43330
    • 提供者:wangyouxiang
  1. Fill

    1下载:
  2. 用MFC编写的多边形扫描线填充程序。 支持凹多边形,非种子点算法,而是用顶点算出边界实现填充。-MFC prepared with polygon scan-line filling procedures. Concave polygon support, non-seed-point algorithm, but with the realization of vertex fill out the border.
  3. 所属分类:OpenGL program

    • 发布日期:2014-07-14
    • 文件大小:35650
    • 提供者:konger
  1. Scanline

    1下载:
  2. 扫描线算法,包括区域填充算法、种子填充算法等-Scan line algorithm, including regional filling algorithm, seed fill algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:56159
    • 提供者:侯锦
  1. graph

    0下载:
  2. 用MFC做的绘图程序,里面的画线算法,画圆算法,梁友栋算法,扫描线种子填充算法等等都是严格按照书本的编写,适合学计算机图形学的初学者参考-Using MFC to do the drawing program, draw lines inside algorithm, drawcircle algorithm, You-Xin Liang Dong algorithms, scan line seed fill algorithm and so on are all in strict acco
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-18
    • 文件大小:642868
    • 提供者:www
  1. ScanLineSeedFill

    0下载:
  2. 4连通内点定义区域的scan line seed fill algorithm-4-connected region interior-point definition of scan line seed fill algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:1398
    • 提供者:章礼平
  1. seedfilling

    0下载:
  2. 计算机图形学的种子填充,可实现种子填充算法。-Computer graphics filled seeds, seed fill algorithm can be realized.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1978338
    • 提供者:xiangcao
  1. fill

    0下载:
  2. Seed Filling Algorithm in C.
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1114
    • 提供者:aabbas
  1. SeedLineFill

    0下载:
  2. 基于种子填充算法的扫描线实现,不会出现堆栈溢出-Seed fill algorithm to achieve the scan line
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1907355
    • 提供者:宋佳
  1. seed

    0下载:
  2. 该程序运用递归实现了计算机图形学中的种子填充算法-The program enables the computer graphics Seed Fill Algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:61526
    • 提供者:游媛媛
  1. fill

    0下载:
  2. 实现图形填充,算法为内部表示区域种子填充算法-Fill the realization of graphics, algorithms for internal representation of regional seed fill algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:19836
    • 提供者:arlin
  1. Fill

    0下载:
  2. 种子填充算法采用的原理是:假设在多边形区域内部有一像素已知,由此出发找到区域内的所有像素。-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
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:38257
    • 提供者:chenxi
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:15465493
    • 提供者:Peng
  1. Scan-Line-Seed-Fill-Algorithm

    0下载:
  2. 计算机图形学多边形填充算法,扫描线种子填充的伪代码-Computer graphics polygon fill algorithm, scan line seed fill pseudo code
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:6869
    • 提供者:灿钿
  1. seed-fill

    0下载:
  2. 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.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:848
    • 提供者:宁儒林
« 12 3 »
搜珍网 www.dssz.com