搜索资源列表

  1. AreaFill

    0下载:
  2. 区域填充算法的实现。利用OpenGL编程绘制多边形并填充之。-Region filling algorithm. The use of OpenGL programming and filling of polygon rendering.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-18
    • 文件大小:340992
    • 提供者:赵华
  1. contourfill

    1下载:
  2. 等值线填充算法说明,几种填充方法。可以尝试一下,效果很不错-Contour filling algorithm that filled several methods. Will try my best, the effect is pretty good
  3. 所属分类:文档资料

    • 发布日期:2024-05-18
    • 文件大小:399360
    • 提供者:
  1. C_Graphic_UI

    0下载:
  2. 实现C语言编写的带GUI的图形学经典算法程序,包括DDA算法、多边形填充算法、多边形剪裁算法-Realize C language with GUI graphics classic algorithm of procedures, including the DDA algorithm, polygon fill algorithm, polygon cut algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-18
    • 文件大小:16384
    • 提供者:张旭
  1. Saomiaoxiantianchongsuanfa

    0下载:
  2. 扫描线种子填充算法 本程序实现区域填充功能,首先输入多边形顶点的个数,回车, 然后依次输入各顶点的坐标格式如下:100,123回车 一定要在中间用逗号隔开噢,输完最后一个点后,屏幕上会依次 画出各条边,最后填充满. 程序还不完善,比如颜色值应该用变量表示以易于修改,画多边形和求种子点 应该做成独立的函数等等,以后再做上吧,这是细节的问题 -Scan line seed fill algorithm in th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:wu
  1. LineFill

    0下载:
  2. 快速任意多边形填充算法演示,种子点填充算法演示-Fast arbitrary polygon filling algorithm demo, seed fill algorithm point presentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:中国
  1. FieldFill

    0下载:
  2. 运用多边形扫描算法和种子填充算法实现区域填充-The use of polygon scan algorithm and seed fill algorithm to achieve regional filling
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:293888
    • 提供者:Mary
  1. tc

    0下载:
  2. 区域填充的递归填充算法和扫描线算法 -Area filling recursive fill algorithm and scan line algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:2035712
    • 提供者:李明
  1. edegseed

    0下载:
  2. 扫描线种子填充算法。计算机图形学上的实验程序。采用VC 6.0实现。-Scan line seed fill algorithm. Computer Graphics on the experimental procedures. Realize the use of VC 6.0.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:33792
    • 提供者:xpmo
  1. dzx

    0下载:
  2. 等值线生成与图形填充算法,里面含有算法.-Contours and graphics fill algorithm, which contains the algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:104448
    • 提供者:aa
  1. graphics0

    0下载:
  2. 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法实现二维多边形裁剪的Sutherland-Hodgman算法和We
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:228352
    • 提供者:盖大明
  1. poly

    0下载:
  2. 多边形的填充算法 是计算机图形学的基本算法 包括算法报告-Polygon Filling Algorithm is a computer graphics algorithm for the basic algorithm, including the report of
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:16384
    • 提供者:shuinong
  1. Graphic

    0下载:
  2. 几何算法源码(包括多边形填充算法, 多边形裁剪算法和几何绘制算法) 附带演示源码-Geometric algorithm source code (including polygon fill algorithm, polygon clipping algorithm and geometric rendering algorithm) attached demo source
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-18
    • 文件大小:4035584
    • 提供者:jdh
  1. ScanLine

    0下载:
  2. 扫描多边形填充算法,在该文档中有详细地对扫描多边形填充算法有个明了的定义,易于理解,运行环境为VC-Scanning polygon filling algorithm, in which the documents are detailed on the scanning polygon filling algorithm has a clear definition and easy to understand operating
  3. 所属分类:OpenGL

    • 发布日期:2024-05-18
    • 文件大小:62464
    • 提供者:淋雨
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:152576
    • 提供者:ling
  1. seedfill

    0下载:
  2. 本文件是种子填充算法的实现,通过对种子的选取,对某个图形进行填充!-This document is the realization of the seed filling algorithm, through seed selection, to a graphics-filled!
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:1927168
    • 提供者:新霞
  1. Scanline

    0下载:
  2. 扫描线算法,包括区域填充算法、种子填充算法等-Scan line algorithm, including regional filling algorithm, seed fill algorithm
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:2006016
    • 提供者:侯锦
  1. scanfill

    0下载:
  2. 计算机图形学经典扫描线填充算法,采用mfc编写,实现了颜色填充,虚线填充,减速填充等功能!-Computer Graphics classical scan line fill algorithm, using mfc prepared to achieve the color filling, dotted filling, slow filling and other functions!
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:117760
    • 提供者:魏康
  1. aaa

    0下载:
  2. 一种实时高速的八连通区域填充算法,用于连通区域的参考学习-A real-time high-speed eight-connected region filling algorithm for the connectivity of regional reference learning
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:258048
    • 提供者:zhaow666
  1. ContourFill01

    1下载:
  2. VC++实现的等值线区域填充算法,大家可以研究研究-VC++ to achieve the contour region filling algorithm, we can study the research
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:60416
    • 提供者:ymt
  1. Seed

    0下载:
  2. 实现了二维图像的种子填充算法,该算法可以用来被用来实现脑图像的交互式分割-Using vc++ implementation of the two-dimensional image of the seed filling algorithm, which can be used be used to achieve interactive segmentation of brain images
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:100352
    • 提供者:张三
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org