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

搜索资源列表

  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. FillPolygon__CQ

    0下载:
  2. 一个种子填充算法,最好下载我的那个简单的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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:29137
    • 提供者:陈青
  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-20
    • 文件大小:5642770
    • 提供者:同济
  1. Scanline

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

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

    1下载:
  2. 种子扫描线填充,动态画多边形,并填充颜色。-Scan line seed fill, dynamic polygon drawing and filling color.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:1398076
    • 提供者:王上册
  1. seed

    0下载:
  2. C program for implimenting seed fill algorithm.
  3. 所属分类:DSP program

    • 发布日期:2017-04-11
    • 文件大小:643
    • 提供者:Ashish
  1. fill

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

    • 发布日期:2017-03-29
    • 文件大小:539
    • 提供者:adamsr
  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. fill

    0下载:
  2. OPENGL实现的区域填充代码 使用了种子填充的方法实现整个程序-OPENGL implementation code region filling method using the seed filling to achieve the whole process
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:285787
    • 提供者:zhang xiang
  1. Graphics

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

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

    0下载:
  2. Visual Basic 扫描线种子填充.-Visual Basic for Scan line seed fill algorithm.
  3. 所属分类:Scanner

    • 发布日期:2017-03-28
    • 文件大小:9024
    • 提供者:谢拉
  1. seed-fill

    0下载:
  2. 八连通扫描线种子填充算法,可改成四连通区域填充-seed fill
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:858
    • 提供者:林清风
  1. Recursive-seed-filling

    0下载:
  2. VS2008xia MFC编程,计算机图形学画图程序:包括递归种子填充、简单种子填充、扫描线种子填充、图案填充-The MFC programming of VS2008xia, computer graphics drawing program: including recursive seed filling, simple seed fill, scan line seed fill, pattern fill
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:82487
    • 提供者:LEO_山
  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. Scan-Line-Seed-Fill-Algorithm

    0下载:
  2. 扫描线种子填充算法,基于C++面向对象。-Scan line seed fill algorithm, based on C++ object-oriented
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4425639
    • 提供者:chenshuli
  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
    • 提供者:宁儒林
  1. fill-area.tar

    0下载:
  2. C++ program for different types of filling (seed fill, boundary fill and flood fill)
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:647
    • 提供者:Pinaki Ghosh
« 12 3 4 5 6 »
搜珍网 www.dssz.com