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

搜索资源列表

  1. two-pass

    0下载:
  2. 在图像处理中经常要找图像的连通域,在此提供了两种图像连通域的算法,two-pass和种子填充算法,代码可以直接应用!-In the image processing often connected domain for image, this provides two image connected domain algorithm, two-pass and seed filling algorithm, the code can be used directly!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:3061765
    • 提供者:王潘
  1. simpleSeedFillCircle

    0下载:
  2. 简单种子填充算法模拟程序:用简单种子填充法填充半径为200的圆-Simulation of simple seed filling algorithm: simple seed filling method to fill the circle radius of 200
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2498
    • 提供者:库文件名
  1. (openGL)Fllood_4_8

    4下载:
  2. 实验四 不规则区域的填充算法 实验题目:不规则区域的填充算法 实验目的:验证不规则区域的填充算法 实验内容:利用VC与OpenGL,实现不规则区域的填充算法。 1、必做:实现简单递归的不规则区域填充算法。 2、选做:针对简单递归算法栈空间占用太大的缺点,进行改进,实现基于扫描线的种子填充算法 实验要求: 将坐标系网格在屏幕上画出来,每个像素点占据一个格点,用一个小实心圆圈表示。 用鼠标点击的方式,绘制不规则区域的边界。 种子填充算法,可用4联通或8联通任选一种
  3. 所属分类:OpenGL program

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

    0下载:
  2. 一个MFC程序,能实现种子填充算法,计算机图形学。-Seed filling algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:473859
    • 提供者:liuqizhi
  1. Fill-Polygon

    0下载:
  2.   实现二维扫描转换多边形的扫描线算法   实现二维连通区域填充的种子填充算法(四连通或八连通)   实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法 -Realization of two-dimensional polygon scan conversion algorithm dimensional scan line connected region filled seed filling algorithm (four or eight con
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:193406
    • 提供者:沈亦苏
  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. zhongzitianchong

    0下载:
  2. 可以四连通区域为例说明种子填充算法的基本原理。-Four regional connectivity can be an example to illustrate the basic principles of seed filling algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:646
    • 提供者:王瑞
  1. polygonfill

    0下载:
  2. 图形学的经典算法之一,扫描线种子填充算法,填充种子点所在扫描线上的位于给定区域的一个区段,然后确定与这一区段相连通的上、下两条扫描线上位于给定区域内的区段,确定新种子点,并依次保存下来。-One of the classic graphics algorithms, scan line seed fill algorithm, filling the seed point is located where the scan line to a given area of ​ ̴
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-29
    • 文件大小:11315177
    • 提供者:伤心
  1. zhongzitianchong

    0下载:
  2. 计算机图形学的课程程序,用种子填充算法画直线程序。-Application of computer graphics course, draw a straight line using the seed filling algorithm procedures.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-15
    • 文件大小:6864
    • 提供者:余啸
  1. FillGraph

    0下载:
  2. 四邻接种子填充算法程序,填充一个图形,带MFC界面,有具体填充过程-Four adjacent seed filling algorithm program with MFC interface
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2540598
    • 提供者:肖亚斌
  1. 11

    0下载:
  2. 用C++实现的计算机图形中的种子填充算法,对学习编程和计算机图形学的很有帮助.-LoadIcon LoadCursor RegisterClass MessageBox CreateWindow ShowWindow UpdateWindow GetMessage TranslateMessage DispatchMessage SetPixel GetPixel InvalidateRect BeginPaint EndPaint PostQuitMessage DefWindowProc
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:39079
    • 提供者:yxs
  1. FloodFill4

    0下载:
  2. 实验二 (选做)种子填充算法 (选做)扫描线算法 -Experiment two (Optional) seed filling algorithm (Optional) scan line algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-24
    • 文件大小:212991
    • 提供者:林伟鸿
  1. BoundaryFill4

    0下载:
  2. 实验二 (选做)种子填充算法 (选做)扫描线算法 -Experiment two (Optional) seed filling algorithm (Optional) scan line algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:231898
    • 提供者:林伟鸿
  1. Graphics-comprehensive-experiment

    0下载:
  2. 1.1实现绘制Bresenham直线 运用Bresenham算法,通过点绘制实现直线。 1.2实现种子填充算法 运用4连通种子填充算法,实现填充矩形的颜色填充和矩形框内的颜色填充。 1.3实现几何变换 运用glRotated、glTranslated、glScaled实现几何图像的旋转、平移、放大、缩小。 1.4实现窗口裁剪 通过Cohen_Sutherland、Sutherland_Hodgman实现线段裁剪和多边形裁剪。 1.5实现绘制曲线 通过Bezie
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:257204
    • 提供者:林伟鸿
  1. jisuanjituxingxue

    0下载:
  2. 分别实现了以下算法:生成直线的DDA算法、生成直线的中点算法、生成圆的正负法算法、生成椭圆的中点算法、扫描转化为矩形、种子填充算法、平移变换、放缩变换、直线段裁剪 。-Respectively, implements the following algorithm: generate the linear DDA algorithm, line generating the midpoint algorithm, generating circle of positive and negat
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-07
    • 文件大小:1557322
    • 提供者:谢某
  1. cgdemoView

    0下载:
  2. 数值微分DDA画线法、中点画线法、Bresenham画线法、中点画圆法、中点画椭圆法、递归种子填充算法、简单种子填充算法、Liang_Barsky裁剪算法、Suther_Land多边形 、扫描线种子填充算法-DDA line drawing numerical differentiation method, the dotted line method, Bresenham line drawing method, midpoint Circle France, were dotted el
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7278
    • 提供者:陈庆然
  1. Test2

    0下载:
  2. 计算机图形学填充算法,种子填充算法和有序边表填充算法的源码-Computer Graphics seed filling algorithm and orderly side table filling algorithm source code
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2393249
    • 提供者:王涛
  1. seedfill

    0下载:
  2. 种子填充算法,经过改进可以在瞬间填满半径为200像素的圆。而一般的办法要几分钟。-Seed filling algorithm, improved can fill in an instant a radius of 200 pixels circle. The general approach to a few minutes.
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:1161
    • 提供者:qiaao2u840
  1. polygon

    0下载:
  2. 在VC++6.0中,设计种子填充算法演示软件,分别演示递归算法、用栈实现非递归【深度遍历】、用队列实现非递归【广度遍历】,绘制简单的多边形-In vc++ 6.0, presentation software design seed filling algorithm, illustrate each recursive algorithm, using stack to realize non-recursive traversal 】 【 depth, with a queue to rea
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2392209
    • 提供者:林宇
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »
搜珍网 www.dssz.com