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

搜索资源列表

  1. qujianzhongzisuanfa

    0下载:
  2. 这是关于区域填充的区间种子算法,是计算机图形学的经典算法。
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:48135
    • 提供者:何会珍
  1. zhongzisuanfa

    0下载:
  2. 这是关于区间填充的种子算法,是计算机图形学中经典算法。
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:46517
    • 提供者:何会珍
  1. cell

    0下载:
  2. 环境:vc2005 功能:识别图片中细胞数量 算法:图像预处理,直方图阈值分割,种子点填充,轮廓提取,最后计算细胞数量及最大细胞面积
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:683016
    • 提供者:林文
  1. caisetuxiangjibenchuli.rar

    0下载:
  2. 边缘检测 区域填充 种子算法 二值化 灰度化 边缘跟踪 伪彩色处理等图形图像基本算法处理一张彩色小鸟图,Edge detection algorithm for area filling seed binarization of gray-scale edge tracking pseudo-color graphic image processing algorithms deal with a basic color birdie map
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:157116
    • 提供者:amy
  1. computer-graphics

    0下载:
  2. 计算机图形学的作业。该程序包括图形生成(DDA直线/中点直线/BH直线/中点圆/正负圆/BH圆),图形显示(边缘/种子/扫描线填充),二维裁剪(CS/中点分割/LB/多边形裁剪),图形变换(平移/对称变换/旋转/缩放),曲线生成(Bezier曲线/B样条曲线/Hermite曲线)的算法。-It is my computer graphics work. The program includes graphics generation (DDA line/mid-point of line/BH
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2122208
    • 提供者:张君珏
  1. FillGraphics

    0下载:
  2. 利用四项连通种子算法对简单图形进行填充,从区域内任意种子点出发,通过上、下、左、右四个方向到达区域内的任意像素。-Four connectivity algorithm using simple graphics seed filling, seed from any point within the region, through an up, down, left, and right directions to reach the region of any pixel.
  3. 所属分类:Graph program

    • 发布日期:2017-05-23
    • 文件大小:7243804
    • 提供者:陆彦邑
  1. PolygonRegionFilling

    0下载:
  2. 多边形填充,采用种子算法、扫描线算法实现,并且附有详细分析文档。-Polygon region filling project for Computer Graphy course, using seeding and scanning method and with rich analysing document
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2028072
    • 提供者:wxj
  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. 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. 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. 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. 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. Graphics

    0下载:
  2. 计算机图形学CG实验实现的所有功能集合:中点算法画线,扫描线种子填充,BEIZER曲线-a group of CG exercises
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-20
    • 文件大小:6130709
    • 提供者:程浩
  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. 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. image-segmentation

    0下载:
  2. visualc++ 编写的图像分割程序,包含阈值分割,种子填充,区域生长等算法。-Visualc++ Prepared image segmentation program, including thresholding, seed filling, regional growth algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1056171
    • 提供者:陈夕
  1. waobrfall-binary

    0下载:
  2. 包含对一幅图像进行轮廓提取,种子填充,边缘检测等算法,-Contains the contours of an image are extracted, seed filling, edge detection algorithms, such as
  3. 所属分类:Special Effects

    • 发布日期:2017-12-16
    • 文件大小:6144
    • 提供者:unsrady
  1. Mygraph

    0下载:
  2. 实现了中点算法,反走样算法,区域填充,种子填充等功能(The midpoint algorithm, anti aliasing algorithm, region filling and seed filling are realized.)
  3. 所属分类:绘图程序

    • 发布日期:2018-05-02
    • 文件大小:2010112
    • 提供者:cheng 32
« 1 2 ... 9 10 11 12 13 14»
搜珍网 www.dssz.com