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

搜索资源列表

  1. jisuanjituxingxue

    0下载:
  2. 计算机图形学源码包括区域填充算法、裁剪算法和三视图算法-Computer graphics, source code, including the region filling algorithm, clipping algorithm and three-view algorithm
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-08
    • 文件大小:4283223
    • 提供者:刘硕
  1. ComputerGraphics

    0下载:
  2. 该程序包含计算机图形学中基本图形的生成,二维图形的变换算法,以及种子填充、区域填充算法!-The program includes basic computer graphics, pattern formation, two-dimensional graph transformation algorithm, and seed filling, the region filling algorithm!
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-09
    • 文件大小:2013075
    • 提供者:Bill
  1. tianchong

    0下载:
  2. 实现多边形区域扫描线填充的有序边表算法,并将实现的算法应用于任意多边形的填充,多边形的顶点可由键盘输入或鼠标拾取,填充要准确,不能多填也不能少填。 要求掌握边形区域扫描线填充的有序边表算法的基本原理和算法设计,画出算法实现的程序流程图,使用C或者VC++实现算法,并演示。 -Scan-line polygon fill the region to achieve the orderly side of the table algorithm, and the algorithm is a
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:1930702
    • 提供者:linym
  1. computergraphics

    1下载:
  2. 计算机图形学作业,包含画直线的三种算法,画圆和椭圆的算法,以及区域填充,剪裁和平移,缩放,旋转等操作。-Computer graphics operations, including painting a straight line of three algorithms, the algorithm for circle and oval, as well as the regional filling, crop and pan, zoom, rotate and so on.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5423856
    • 提供者:隗平
  1. Graphics

    1下载:
  2. 计算机图形学的各种实验,里面包含主要内容包括线段、园、区域填充、线型线宽、字符、裁剪、等基本图形生成算法;样条、Bezier、等常用曲线的生成算法;Coons曲面、Bezier曲面、B样条曲面等常用曲面的生成算法。含实验报告-Computer graphics, various experiments, which contains the main contents include the line, park, area filling, line width, character, cut
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:328506
    • 提供者:何磊
  1. Code_Clip

    0下载:
  2. 区域填充算法的实现。在vc6.0中,以MFC实现 -Code_ClipCode_ClipCode_ClipCode_ClipCode_ClipCode_ClipCode_Clip
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:383747
    • 提供者:小青
  1. ComputerGwm

    0下载:
  2. 计算机图形学的区域填充算法,对用的是扫描线算法,运用了定时器,每一步都很清楚。-Computer graphics of the area filling algorithm, on-line using a scanning algorithm, the use of the timer, are well aware of each step.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-09
    • 文件大小:1970437
    • 提供者:小蚂蚁
  1. Shiyan5

    0下载:
  2. 图形学,三种算法画直线,园,区域填充,图形转换,Bezier曲线和B曲线算法-Graphics, drawing a straight line of three algorithms, park, area filling, graphics converter, Bezier curves and B curve algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:2073900
    • 提供者:飓风
  1. zhongzi

    0下载:
  2. 四向种子区域填充算法 用递归的方法实现四向种子区域填充-Four-way regional seed filling algorithm method with recursive four-way regional seed filling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2164362
    • 提供者:隗平
  1. A_universal_vector_graphics_closure_region_filling

    0下载:
  2. 一种通用矢量图形闭合区域填充算法,用伪代码方式介绍了完整的算法-A universal vector graphics closure region filling algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:183589
    • 提供者:lee
  1. program

    0下载:
  2. 计算机图形学课程算法演示系统 (1)画线算法演示:实现画线的三个算法---DDA画线算法、中点画线算法、Bresenham画线算法。建立坐标系,由用户输入两点坐标,体现直线的走势,最后给出算法的参数值以及实现清除功能。 (2)画圆算法演示:实现画圆的两个基本算法---Bresenham画圆算法、中点画圆算法。由用户输入圆的半径,体现圆的四个象限的走势,最后给出算法的误差值以及实现清除功能。 (3)填充算法演示:实现边填充和种子填充这两个基本填充算法。其中边填充由用户画出多边形,对封闭
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2332387
    • 提供者:于小鱼
  1. Seed_FillGraph

    0下载:
  2. 利用“橡皮筋”画线画出任意的多边形,然后根据四连通的区域填充算法,将其填充完整 画线:用鼠标左键在屏幕上单击一点,然后拖动鼠标到你想要到的位置再单击,以此类推,最后一点双击,将其与第一点连接起来形成一个封闭的多边形。 选取种子填充:用鼠标右键点击获取种子点,然后进行填充; 颜色:调取系统自带的调色板选取要填充的颜色 -Use of "rubber band" drawing a line to draw an arbitrary polygon, and then 4-conne
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1594941
    • 提供者:程元森
  1. RegionSearch

    0下载:
  2. 实时处理中区域提取算法的比较,有轮廓跟踪、线段编码、种子填充与数学形态学腐蚀膨胀等方法组合成的十一种方法。30万像素的图像处理时间在5毫秒以内。-Region Search
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:829747
    • 提供者:陆宗骐
  1. 111

    0下载:
  2. 区域填充算法及程序,区域扫描及种子算法均有源代码-Region filling algorithm and procedures
  3. 所属分类:Document

    • 发布日期:2017-06-09
    • 文件大小:15447280
    • 提供者:wang
  1. yuan

    0下载:
  2. 编程实现中点画圆法和圆的Bresenham算法; 2.编程实现一种区域填充算法,能够对任意绘制一个N边形(N>=5)进行填充。 -Programming midpoint drawcircle and round Bresenham algorithm 2. Programming to achieve a region filling algorithm can arbitrarily draw a N-gon (N> = 5) were filled.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:610
    • 提供者:孙伟
  1. B07022022

    0下载:
  2. 用VC编写的一个图像处理程序,实现Bresenham算法以及扫描线填充和区域填充-Written with VC an image processing program, to achieve Bresenham algorithm and scan line fill and the area filling
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1950570
    • 提供者:ZQC
  1. ScanFill-Sutherland

    0下载:
  2. 该程序包含两部分,一部分使用扫描线区域填充算法完成多边形的扫描显示,另一部分使用Cohen-Sutherland算法实现直线裁剪-The program consists of two parts, using the scan line polygon area fill algorithm scans showed complete, the other using the Cohen-Sutherland line clipping algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:274692
    • 提供者:sjgao
  1. graphics

    0下载:
  2. 一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and ellipse polygon scan convers
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:126741
    • 提供者:Jack
  1. tianchong

    0下载:
  2. 基于MFC环境的多边形扫描线填充和区域填充算法。-MFC environment based on scan line polygon fill, and region filling algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1976876
    • 提供者:肖健
  1. draw(vc)

    1下载:
  2. VC6.0实现画图功能,包括基本图形:直线(数值微分法、中点画线法,Bresenham画线算法),圆与椭圆(中点画圆法、Bresenham画圆算法、椭圆生成算法),区域填充(边填充算法、种子填充算法、圆与椭圆的填充、图案填充),裁剪、线宽与线型的处理。还有简单的图形变换,以及简单曲线和曲面的实现-VC6.0 implement drawing functions, including basic graphics: linear (numerical differential method, t
  3. 所属分类:Graph Drawing

    • 发布日期:2017-02-19
    • 文件大小:29973504
    • 提供者:鈞天下
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com