搜索资源列表

  1. zhztchsf

    0下载:
  2. 这是关于计算机图形学的平面区域简单种子填充算法的改进新算法,对有关学习人员很有帮助-This is the computer graphics on the plane filled with seeds regional simple algorithm improvements to the new algorithm, on studying helpful
  3. 所属分类:图形图象

    • 发布日期:2024-05-23
    • 文件大小:53248
    • 提供者:sanshang
  1. gat_shiyan3

    0下载:
  2. 这是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,中点算法,绘制抛物线的正负法,中点法。 扫描转换多边形扫描线算法,种子填充算法。 线段裁剪(CohenSutherland)编码算法,多边形逐边裁剪(SutherlandHodgman)算法 注:分别设计了功能完整的类-This is my big computer graphics operations, including the algorit
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:789504
    • 提供者:
  1. delphi_picture

    0下载:
  2. 完整的delphi图形学程序,包含了画线,画圆,还有种子填充法-complete graphics procedures, including the painting line, Circle, filled with seeds France
  3. 所属分类:绘图程序

    • 发布日期:2024-05-23
    • 文件大小:203776
    • 提供者:zyf
  1. scanseedfill

    0下载:
  2. 一个超强的扫描种子填充算法程序,使用VC++开发,效果不错。-a super scan seed filling algorithm, the use of VC development effectiveness.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-23
    • 文件大小:1355776
    • 提供者:翔苗洒
  1. Cxmcxm1

    0下载:
  2. 实验二: 圆的种子填充算法 实验目的:掌握多边区域的种子填充算法 实验要求:1.在R=200的圆内实现种子填充 2.研究算法效率及存储的节省方法 -two experiments : one in the seed filling algorithm experiment : master multilateral regional seed filling algorithm experiment : 1. R =
  3. 所属分类:图形图象

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:cxm
  1. colorcircle

    0下载:
  2. 用C语言实现的中点画圆算法,并根据扫描线种子填充算法来填充圆形。-C Language Circle the midpoint algorithm, and in accordance with scanning lines seed fill algorithm to fill round.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-23
    • 文件大小:33792
    • 提供者:ffff
  1. GuangShanHuiTuYanShi

    0下载:
  2. 这是计算机图形学课程设计程序,实现Breasham、中点、数值微分画线画圆,种子填充、活化边表填充、边填充、Sutherland线段裁减、中点线段裁减、Liang-Basky线段裁减。-This is the computer graphics curriculum design procedures, Breasham, midpoint, numerical differential line drawing Circle, see
  3. 所属分类:绘图程序

    • 发布日期:2024-05-23
    • 文件大小:33792
    • 提供者:张楠
  1. fast_distance_map_caculate

    0下载:
  2. 使用边缘跟踪,种子填充等算法提取图像边界,然后使用并行的方法来计算图像的距离图。-using edge tracking and seed filling algorithm to detect the edges of images, then use the parallel approach to the calculation of the distance between the image map.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:38912
    • 提供者:方宝玉
  1. fill_point

    0下载:
  2. 种子填充算法,先把种子像素如栈,再逐点扫描该点左右边界之间的像素,并置成新的像素,即完成一条扫描线的转换,然后再取上下扫描线并重复上面的过程,即完成填充.-seed filling algorithm, the first seed pixels as stack, then scan the point-by-point about the border between the pixels, home and a new image
  3. 所属分类:绘图程序

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:木可
  1. seedfill_improved

    0下载:
  2. 这是一个用VC++6实现的种子填充算法,其中还具有画图的功能。另外还包括种子填充的改进算法。-This is a realization of VC 6 seed filling algorithm, which also is drawing functions. It also includes the improvement of seed filling algorithm.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:76800
    • 提供者:hongbochen
  1. chap_seedfill

    0下载:
  2. visual c++实现的种子填充图像处理程序!推荐大家看看!-visual c realized seed filling image processing procedures. Suggest you!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:381952
    • 提供者:hhh
  1. DsplitFazi

    0下载:
  2. 阈值分割和轮廓提取源代码,包含有区域生长与种子填充等算法-threshold segmentation and contour extraction source code, includes regional growth and seed filling algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:191488
    • 提供者:黄钦
  1. Mysplit

    0下载:
  2. 种子填充算法用来在封闭曲线形成的环中填充某中颜色,在这里我们只填充黑色。种子填充其实上是图形学中的算法,其原理是:准备一个堆栈,先将要填充的点push进堆栈中;以后,每pop出一个点,将该点涂成黑色,然后按左上右下的顺序查看它的四个相邻点,若为白(表示还没有填充),则将该邻点push进栈。一直循环,直到堆栈为空。此时,区域内所有的点都被涂成了黑色。这里,我们自己定义了一些堆栈的数据结构和操作,实现了堆栈的初始化、push、pop、判断是
  3. 所属分类:书籍源码

    • 发布日期:2024-05-23
    • 文件大小:205824
    • 提供者:蒋建军
  1. ljl4

    0下载:
  2. 对图像进行种子填充,都是我以前收集的,很好用的,在你使用时稍微改一下就可以了-right image seed filling, I used to collect all the good use, When you use it with a slight change can
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:刘竟
  1. 0102050202

    0下载:
  2. 计算机图形学设计,实现画线、画圆、画多边形,用DDA算法实现画线,用Bresenham 算法实现画圆。还有实现区域的填充和多边形的裁剪,填充用种子填充算法,多边形的裁剪用的是Sutherland_Hodgman算法!本程序只是实现这些算法,如要使用,还可以进行完善!谢谢!-computer graphics design, realization of line drawing, Circle, drawing polygons, DD
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:56320
    • 提供者:张建
  1. seed

    0下载:
  2. 种子填充算法 种子填充算法-seed filling algorithm seed filling algorithm seed filling algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:
  1. DrawPaintCode

    0下载:
  2. 代码实现了计算机图形学中画线算法(包括DDA,中点法,Bresenham)以及画圆算法(包括中点法,Bresenham)以及多边形的填充(包括边填充,种子填充,扫描填充)多边形的二维变换,多边形的裁减等功能.根据不同的控件进行选择,然后实现各算法.-code realized the computer graphics line drawing algorithm (including DDA, the midpoint method,
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-23
    • 文件大小:229376
    • 提供者:刘晴
  1. TC-graphics

    0下载:
  2. DDA画线算法 种子填充算法 扫描线种子填充算法 增量算法画线 三视图算法-DDA line drawing algorithm seed filling algorithm scanning lines seed filling algorithm incremental algorithm line drawing algorithm View 3
  3. 所属分类:绘图程序

    • 发布日期:2024-05-23
    • 文件大小:4096
    • 提供者:jonny
  1. EdgeContour

    0下载:
  2. 有关图像的边缘检测、Hough变换、轮廓提取和轮廓跟踪、种子填充等算法-the image edge detection, Hough transform, contour extraction and contour tracking, and seed filling algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:72704
    • 提供者:
  1. dujunli_337

    0下载:
  2. 想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;
  3. 所属分类:文件格式

    • 发布日期:2024-05-23
    • 文件大小:38912
    • 提供者:隋毅
« 1 2 34 5 6 7 8 9 10 ... 26 »

源码中国 www.ymcn.org