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

搜索资源列表

  1. drawtool

    0下载:
  2. MFC做的实现画直线,圆形等功能的简单作图工具,并具有图形填充功能。供初学者学习使用-MFC painting done to achieve a straight line, circular features such as a simple drawing tools, and filled with a graphical feature. For beginners learning to use
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-30
    • 文件大小:3625623
    • 提供者:吴远豪
  1. Tuxiangchuli

    0下载:
  2. 较全面的图像处理程序,功能有:种子填充,阈值分割,图像复原,模板匹配,轮廓提取与跟踪-A more comprehensive image processing procedures, functions: seed filling, threshold segmentation, image restoration, template matching, contour extraction and tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1882546
    • 提供者:Abel86
  1. GraphicsTools_Andy

    0下载:
  2. VC做的绘图工具。绘制简单图形,Bezier曲线,填充,裁剪,变幻等。-The drawing tools VC. Drawing simple graphics, Bezier curves, filling, cutting, and other changes.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:94945
    • 提供者:刘一丹
  1. Scanline

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

    • 发布日期:2017-04-09
    • 文件大小:56159
    • 提供者:侯锦
  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. 所属分类:Graph Drawing

    • 发布日期:2017-03-27
    • 文件大小:118498
    • 提供者:魏康
  1. FillRegion

    0下载:
  2. 填充区域图像,设置填充区域,填出图像的颜色-Filled regional images, set fill area, fill in the color of the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:25177
    • 提供者:grace
  1. aaa

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

    • 发布日期:2017-04-17
    • 文件大小:258094
    • 提供者:zhaow666
  1. ContourFill01

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

    • 发布日期:2017-02-19
    • 文件大小:24840
    • 提供者:ymt
  1. FillingHoles

    0下载:
  2. 用于对细小的孔洞的填充,是预处理的一种.再生产过程中,往往导致局部的材料中出现孔洞,这种孔洞严重影响了材料的性质。所以需要进行处理-This is a part of PreProcessing Work.Used for filling small holes.In reproduction process, partial material often have small holes.such holes has seriously affected the nature of the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7530
    • 提供者:蓝水晶
  1. graph

    0下载:
  2. 用MFC做的绘图程序,里面的画线算法,画圆算法,梁友栋算法,扫描线种子填充算法等等都是严格按照书本的编写,适合学计算机图形学的初学者参考-Using MFC to do the drawing program, draw lines inside algorithm, drawcircle algorithm, You-Xin Liang Dong algorithms, scan line seed fill algorithm and so on are all in strict acco
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-18
    • 文件大小:642868
    • 提供者:www
  1. three-dimensional

    0下载:
  2. 彗星图、填充图、三维曲线图,都是些小程序。呵呵,不好意思。维matlab初学者提供些例子吧。-Comet map, filled with maps, three-dimensional curves are small procedures. Oh, sorry. Victoria matlab beginners you provide some examples.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:79386
    • 提供者:zhou
  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. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:100352
    • 提供者:张三
  1. VCpaint

    1下载:
  2. VC实现简单的画图功能,直线,填充等-VC easy implementation of the drawing functions, a straight line, filling and so on ... ...
  3. 所属分类:GDI-Bitmap

    • 发布日期:2016-07-14
    • 文件大小:119634
    • 提供者:xyq
  1. PolyFill

    0下载:
  2. 实现多边形填充,北航计算机图形学,第一次作业-POlyfill
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:3818183
    • 提供者:王尊
  1. gh

    0下载:
  2. 1. 简单图元的生成(如直线、圆、长方形等) 2. 用DDA算法或中点(Besenham)算法实现直线段、椭圆或圆的绘制 3. 用扫描线填充算法进行区域填充,用Sutherland 裁剪算法裁减多边形 4. BEZIER曲线或B样条曲线的绘制 5. 个性化图形软件包的开发 6. 所有文件包括源码和截图-1. Easy metafile generation (such as linear, round, rectangular, etc) 2. Using DDA algor
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-04
    • 文件大小:1445148
    • 提供者:lixuan
  1. ComputerGraphics

    0下载:
  2. 三种算法绘制直线,种子填充,画圆画圆弧,绘制二次曲线,贝塞尔曲线等-Draw a straight line of three algorithms, seed filling, drawcircle circular painting, drawing the second curve, Bezier curves, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6191264
    • 提供者:liumeng
  1. Stuff

    0下载:
  2. 种子填充算法 速度较快 vc++ 经调试后可以使用-Seed filling algorithm faster debugging vc++, as can the use of
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:2004459
    • 提供者:姚月
  1. Fill

    0下载:
  2. c++实现区域填充算法-this is a c++ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:294659
    • 提供者:王杰刚
  1. region

    0下载:
  2. 实现使用图像的区域处理,区域过滤,区域填充等内容-Image of the region to deal with
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:594
    • 提供者:张晶
  1. cg4

    0下载:
  2. 清华版计算机图形学实验代码:第四章 多边形填充-Tsinghua Experimental code version of computer graphics: Chapter IV filled polygon
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2590695
    • 提供者:zby
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com