CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 种子填充

搜索资源列表

  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. C++填充

    0下载:
  2. 利用C++编写的种子填充算法-prepared seed filling algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2007
    • 提供者:
  1. 图形学填充算法

    0下载:
  2. 图形学填充算法比较 有序边表 种子填充算法
  3. 所属分类:图形图象

    • 发布日期:2011-06-12
    • 文件大小:1960172
    • 提供者:mata_fu@163.com
  1. Scanline

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

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

    1下载:
  2. 计算机图形学的中点画圆法,Bresenham画圆,中点画椭圆及种子填充算法,用VC05实现,还有实验报告-The mid-point of computer graphics drawcircle, Bresenham Circle, Ellipse and seeds in stipple fill algorithm, the VC05 to achieve, there are experimental reports
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-25
    • 文件大小:8365546
    • 提供者:xgdlhdgj
  1. EdgeContour

    0下载:
  2. 边缘检测包括:Roberts边缘算子,Sobel边缘检测算子,Kirsch边缘检测算子,拉普拉斯算子,高斯拉普拉斯算子。霍夫变换,种子填充,轮廓跟踪和轮廓提取。-Edge detection, including: Roberts edge operator, Sobel edge detection operator, Kirsch edge detection operator, Laplacian, Laplacian of Gaussian. Hough transform, seed
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2234173
    • 提供者:陈飞
  1. EdgeContour

    0下载:
  2. 图像的边缘检测,Robert算子 Sobel算子Kirsch算子等,Hough变换,轮廓提取 种子填充 轮廓跟踪等。-Image edge detection, Robert operator Kirsch operator Sobel operator, etc., Hough transform, the outline of filled seed extract contour tracking.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2139696
    • 提供者:张楠
  1. SeedLineFill

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

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

    0下载:
  2. 可以对图像进行边缘检测与轮廓提取,Hough变换,种子填充等等图像处理-Images can contour extraction and edge detection, Hough transform, image processing and so the seed filling
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2121244
    • 提供者:shelly
  1. scan

    0下载:
  2. 扫描线种子填充算法
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:919
    • 提供者:weiwei
  1. Morph

    0下载:
  2. 利用形态学方法应用到种子填充算法中,实现区域填充。通过鼠标取点,可以实现区域的填充-Using morphological method applied to the seed fill algorithm, the realization of regional filling. Through the mouse to take points, filling the region can be achieved
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:8310
    • 提供者:林旭亮
  1. program

    0下载:
  2. 计算机图形学课程算法演示系统 (1)画线算法演示:实现画线的三个算法---DDA画线算法、中点画线算法、Bresenham画线算法。建立坐标系,由用户输入两点坐标,体现直线的走势,最后给出算法的参数值以及实现清除功能。 (2)画圆算法演示:实现画圆的两个基本算法---Bresenham画圆算法、中点画圆算法。由用户输入圆的半径,体现圆的四个象限的走势,最后给出算法的误差值以及实现清除功能。 (3)填充算法演示:实现边填充和种子填充这两个基本填充算法。其中边填充由用户画出多边形,对封闭
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2332387
    • 提供者:于小鱼
  1. tianchong

    0下载:
  2. 绘制多边形(程序中多边形已设定好),可以实现扫描线填充和扫描线种子填充,后者要现在图形内单击右键确定第一个种子。-Draw polygon (polygon has set a good program), can achieve scan line scan line seed fill, and filling, which should now right click the graph to determine the first seed.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1937084
    • 提供者:张柠
  1. Graphics

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

    • 发布日期:2017-06-03
    • 文件大小:15465493
    • 提供者:Peng
  1. draw(vc)

    1下载:
  2. VC6.0实现画图功能,包括基本图形:直线(数值微分法、中点画线法,Bresenham画线算法),圆与椭圆(中点画圆法、Bresenham画圆算法、椭圆生成算法),区域填充(边填充算法、种子填充算法、圆与椭圆的填充、图案填充),裁剪、线宽与线型的处理。还有简单的图形变换,以及简单曲线和曲面的实现-VC6.0 implement drawing functions, including basic graphics: linear (numerical differential method, t
  3. 所属分类:Graph Drawing

    • 发布日期:2017-02-19
    • 文件大小:29973504
    • 提供者:鈞天下
  1. OpenCV种子填充实现彩色图像分割的代码

    0下载:
  2. OpenCV种子填充实现彩色图像分割的代码,利用intel图形处理库opencv,采用改进的种子算法,实现对彩色图像的分割。-OpenCV seed filling color image segmentation code, using Intel OpenCV graphics library, the adoption of improved seed algorithm to achieve the right color image segmentation.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1977
    • 提供者:eUSisn
  1. polygonfill

    0下载:
  2. 图形学扫描线种子填充算法,mfc界面彩色填充(Seed filling algorithm for graphic scan line, color filling of MFC interface)
  3. 所属分类:图形图象

    • 发布日期:2018-01-06
    • 文件大小:36004864
    • 提供者:点滴1107
  1. 种子填充

    1下载:
  2. 多边形填充——种子填充,是源码,在CB上可以直接跑(自己配置ege)
  3. 所属分类:绘图程序

  1. 种子填充算法实例

    0下载:
  2. 本程序是计算机图形学中常用的算法——种子填充算法的应用实例,供大家学习参考
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-03-09
    • 文件大小:660788
    • 提供者:2016302430
  1. P1_王金成_03_填充

    1下载:
  2. 计算机图形学 各种图像填充算法 种子填充,扫描线填充,画线花园(Various Image Filling Algorithms in Computer Graphics)
  3. 所属分类:Windows编程

    • 发布日期:2019-10-13
    • 文件大小:225280
    • 提供者:啦啦啦15
« 1 23 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com