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

搜索资源列表

  1. zztc

    0下载:
  2. 用C语言实现的种子填充算法,是计算机图形学中的经典例子-the boundary4 filling alogrithm using the c programming language ,which is the main content of domain filling
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:836
    • 提供者:wangzhenwu
  1. zhongzitianchongsuanfa

    0下载:
  2. 种子填充算法最精简的,tc画圆,可以说是最为简单的一个算法了,可以最为大家的tc填充算法的一个模板~我上个星期好不容易弄出来的。-Seed filling algorithm the most streamlined, tc circle, we can say is the most simple of an algorithm, and most everyone can be a template filling algorithm tc- I finally get out of las
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:6044
    • 提供者:xingyuye
  1. 1234

    0下载:
  2. 这是我们老师的代码,更简洁快速了,希望亲们能够装我最简单的种子填充算法的框架哦!-This is our teacher' s code more concise and fast, I hope my parents were able to install the simplest seed filling algorithm framework Oh!
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2115
    • 提供者:xingyuye
  1. Flood3D

    1下载:
  2. 基于种子填充算法的洪水淹没三维显示的程序-Seed filling algorithm based on three-dimensional display of the flood program
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-17
    • 文件大小:4856556
    • 提供者:Wang
  1. mygraphic

    0下载:
  2. 在VC++环境下,实现Bressham直线画法,中点画圆法,种子填充算法,Bezier曲线,黑块的移动,一个立方体的三维透视。-In VC++ environment, to achieve Bressham painting a straight line, circle the midpoint method, the seed filling algorithm, Bezier curves, the black block move, a cube of three-dimensiona
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3936572
    • 提供者:戴思远
  1. Openglseedfills

    0下载:
  2. 计算机图形学中的用opengl和vc++实现的种子填充算法。-seedfill code
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:1024
    • 提供者:小磊
  1. SeedFilling

    0下载:
  2. 多边形区域的扫描线填充、扫描线种子填充算法实现-Scan line polygon area fill, scan line seed fill algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:3738267
    • 提供者:maksim
  1. Zhaojuan

    0下载:
  2. 计算机图形基本图形算法:DDA,Breasenham画线法,中点画圆,中点画椭圆,递归种子填充,简单种子填充-Computer graphics, basic graphics algorithms
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:63108
    • 提供者:赵娟
  1. bresenham3

    0下载:
  2. 基于 Bresenham算法画圆并对其进行种子填充。-Bresenham algorithm based on a circle and its seed filling.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1296
    • 提供者:祁悦欣
  1. EdgeContour

    0下载:
  2. 包涵sobel算子,Roberts算子,Prewitt算子,Krisch算子对图像边缘的检测 并有Hough变换,种子填充等-Bear with sobel operator, Roberts operator, Prewitt operator, Krisch operator for edge detection and a Hough transform, seed fill, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2658272
    • 提供者:刘华伟
  1. Bresenham2

    0下载:
  2. Bresenham算法绘制线段并利用“橡皮筋”功能绘制折线。将绘制的折线连接成多边形,并选择种子填充法或扫描线填充法进行填充 鼠标交互生成矩形裁剪框,实现对绘制的折线的裁剪 -Bresenham algorithm for drawing lines and using the " rubber band" feature to draw a line. The line will connect into a polygon drawing, and selec
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1905
    • 提供者:潘陆
  1. Bresenham

    0下载:
  2. 实现了Bresenham画线算法,实现了橡皮筋功能,并且实现了种子填充算法,同时对种子填充算法进行了改进,解决了种子填充算法过于耗资源从而导致内存溢出的缺点。-Bresenham line drawing algorithm implemented to achieve a rubber band function, and to achieve a seed filling algorithm, while the seed filling algorithm has been improve
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:1385
    • 提供者:Tom
  1. zhongzitianchong

    0下载:
  2. 图形填充中的种子填充,可以用种子进行图形的填充,是实现图形填充中的重要方法!-Graphics filling seed filling, can use seed fill pattern, is an important method to fill the realization of graphics!
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1925837
    • 提供者:朱锦涛
  1. Scan-Line-Seed-Fill

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

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

    0下载:
  2. Breshman画直线、画圆、简单种子填充、递归种子填充-Breshman draw a line to draw circles simple seed filling ,recursion seed filling,Breshman draw a line ,draw circles
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:61499
    • 提供者:陈天娇
  1. Practice

    0下载:
  2. VC实现的直线、圆的扫描转换、种子填充,有效边表填充等-VC in a straight line, circle scan conversion, seed filling, the effective side table fill
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3916986
    • 提供者:刘延瑞
  1. 0804402206tuxingxue

    0下载:
  2. 实验目的 1) 通过对Visual C++的学习,掌握Visual C++图形程序设计的方法,为计算机图形学原理部分的算法实现提供程序工具和方法。 2) 通过本次实验,把在《计算机图形学》课程中学到的种子填充算法的基本原理和算法设计知识运用到实际当中来,达到学以致用的目的。 3) 了解计算机图形学的原理、方法和应用。 -Experiment purpose1) based on Visual C++ learning, mastery of Visual C++ program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-02
    • 文件大小:975900
    • 提供者:尹晓玲
  1. an

    0下载:
  2. 数值微分DDA画线法,breseham画线法,中点画圆法,种子填充算法。-Draw a line, elliptical and other graphic picture
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10929394
    • 提供者:陈长春
  1. tuxingxue

    0下载:
  2. DDA画直线,bresenham画线。画椭圆,画圆,种子填充。多边形裁剪等。-DDA draw a line, bresenham draw lines. Painting elliptic, draw the circle, seed filling. Polygon cutting, etc.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-28
    • 文件大小:10877973
    • 提供者:陈长春
  1. quyusilinjietianchongsuanfa-

    1下载:
  2. 多边形区域四邻接点填充算法,种子填充算法,源代码-Based on VC++ and MFC
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3800821
    • 提供者:陈萍
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 19 20 »
搜珍网 www.dssz.com