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

搜索资源列表

  1. zz

    0下载:
  2. 采用种子法实现图形的填充,很实用,visual stadio 2008环境下运行良好。调试成功-Graphic method to achieve by seed filling, very practical, visual stadio 2008 environment running well. Successful commissioning
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:62214
    • 提供者:raul
  1. basic-graph-generation

    0下载:
  2. 一个图形生成MFC系统,有计算机图形学的基本图形绘制算法,包括直线的三种(DDA,中点,Bresenham),圆的两种(中点,Bresenham),椭圆(中点)及区域填充(多边形扫描线,种子扫描)-MFC system to generate a graph, with the basic graphics computer graphics rendering algorithms, including three straight (DDA, the mid-point, Bresenham
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:2008902
    • 提供者:qq
  1. Filling-algorithm

    0下载:
  2. 不规则区域的填充算法实验 描述:将坐标系网格在屏幕上画出来,每个像素点占据一个格点,用一个小实心圆圈表示。 用鼠标左键绘制不规则区域的边界。 选择种子点,每个象素的出栈或入栈过程要显示出来,之后点击鼠标右键可填充封闭区域-Irregular area filling algorithm of the experiment Descr iption: will coordinate grid on the screen painting out, each pixel
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-26
    • 文件大小:404467
    • 提供者:yang
  1. DDA_algm

    0下载:
  2. 本代码包含以下算法的演示: 直线:DDA算法生成直线,中点算法生成直线,Bresenham算法生成直线。 圆:中点画圆,Bresenham画圆。 椭圆:中点画椭圆。 区域填充:多边形扫描线填充,种子扫描线填充。-This code contains a demonstration of the following algorithm: Direct Line: DDA algorithm to generate a straight line, the midpoint al
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-07
    • 文件大小:32278
    • 提供者:L
  1. JxpFillpolygon

    0下载:
  2. 多边形,剪裁,种子法填充,改进划线的方法-Polygon, cutting, Seed Law to fill, improve the method of drawing a line.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2162394
    • 提供者:zhaojing
  1. MFCWORK2_FILL

    0下载:
  2. 对一个不规则的区域进行填充,采用种子算法进行填充。是计算机图形学的一个经典例题。-Populated area of ​ ​ an irregular filled seeds algorithms. Is a classic example of computer graphics.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-01
    • 文件大小:25377359
    • 提供者:zhiyayan
  1. PolygpnFill

    0下载:
  2. 基于c语言的利用种子点四连通方法填充图形的源程序-Filled four connectivity method based on the use of seed points c language graphics source
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-19
    • 文件大小:10562888
    • 提供者:psdyang
  1. cgMLlineDemo

    1下载:
  2. 实现区域填充,种子扫描算法和画线扫描算法,以及填充图案的不同识别-Different area fills, seeds scanning algorithms and draw a line scan algorithm, as well as fill pattern identification
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-28
    • 文件大小:2379137
    • 提供者:mary
  1. zhongzicircle

    0下载:
  2. 利用计算机图形学里的种子算法以及画圆的算法,实现已知半径和颜色的圆外轮廓以及内部的填充。-The use of the seed algorithm computer graphics circle algorithm, known radius and color outside the circle outline and internal padding.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-03
    • 文件大小:577
    • 提供者:tianjie
  1. seed1(Seed-points-filling)

    0下载:
  2. 采用c#语言开发的种子点填充算法,功能还是很强大的-C# language development of seed points filling algorithm, the function is very powerful
  3. 所属分类:Graph program

    • 发布日期:2017-11-13
    • 文件大小:39944
    • 提供者:zhouhui
  1. dda_line2007

    0下载:
  2. 详细说明:DAA画线,这个是我计算机图形学的实验的源代码, 包括中点画线 画圆,Bresenham 画线 画圆, 种子扫描填充区域, 三角形图形基本3种变换--DAA painting lines, this is my experimental computer graphics source code, including stipple line drawcircle, Bresenham Line drawcircle, seed filling scanning region, thr
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:9669
    • 提供者:dang
  1. test

    0下载:
  2. opencv 实现图形填充,即将符合四连通或八连通定义的区域内的一点(常称为种子点)赋予给定颜色,然后将这种颜色扩展到整个区域的过程。-opencv graphics fill the area to be in line with the definition of four or eight connectivity connectivity point process (often referred to as seed points) giving a given color, this
  3. 所属分类:OpenCV

    • 发布日期:2017-11-19
    • 文件大小:408113
    • 提供者:arthur
  1. stack_fill

    0下载:
  2. 使用压入栈种子点填充算法进行区域填充,使用MFC框架实现-Using the stack seeds filling area filling algorithm, using the MFC framework to achieve
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1929672
    • 提供者:eric
  1. Draw

    0下载:
  2. 实现了基本的DDA直线、中点直线、Bresenham直线算法,实现中点画圆,能画多边形,能进行递归种子,扫面直线填充,能改变颜色和画笔大小。-DDA to achieve the basic line, the midpoint of a straight line, Bresenham linear algorithm, the midpoint of the circle, to draw a polygon, the seeds can be recursive, linear sweep
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:206184
    • 提供者:李泽
  1. Seed-area-filling

    0下载:
  2. 此程序为种子区域填充算法,运行时需要加载gl/glut.h-This program area for seed filling algorithm, the runtime needs to load gl/glut.h
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-02
    • 文件大小:909745
    • 提供者:郑前钢
  1. seeds_fill

    0下载:
  2. 使用MATLAB软件,对显著图提取感兴趣的种子点坐标,并对其进行填充。-seeds-fill based on MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:982
    • 提供者:pengliangchan
  1. fill

    0下载:
  2. 算法基本思想:首先填充种子点所在扫描线上位于区域内的区段,然后 确定与该区段相邻的上下两条扫描线上位于区域内的区段,并依次将各区段的起始位置保存, 这些区段分别被用区域边界色显示的像素点所包围。随后,逐步取出一开始点并重复上述过程,直到所保存各区段都填充完毕为止。-Algorithm basic idea: first fill the seed point is located in the area of the scanning section, and then determine th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6452722
    • 提供者:tiantian
  1. Combined-with-Canny

    0下载:
  2.  对经典的二值化方法Ostu 算法和Bernsen 算法中存在的缺点进行了分析, 提出一种结合Canny 算子的图像 二值化方法.该方法综合考虑了边缘信息和灰度信息, 通过边缘附近种子点在高阈值二值化图像中的填充和低阈值 图像对它的修补而得到二值化结果图像, 较好地解决了经典二值化方法中存在的抗噪能力差、边缘粗糙、伪影现象 等缺点.实验结果证明, 该方法能够较好地解决低对比度图像和目标像素灰度不均匀图像的二值化问题-The disadvantage of the classical
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:209672
    • 提供者:blwang
  1. quyushengzhang

    0下载:
  2. 实现种子的自主选择和区域生长 以及图片的批量处理 并经过连通域法进行空洞的填充(Realization of independent selection and regional growth of seeds And the batch processing of pictures And the hole filling is carried out through the connected domain method)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:18432
    • 提供者:赵苏
« 1 2 ... 15 16 17 18 19 20»
搜珍网 www.dssz.com