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

搜索资源列表

  1. cool picture editor.zip

    0下载:
  2. 一个非常Cool的图像编辑软件,支持在图像中画椭圆、矩形、锥体、圆柱、不规则曲线,支持输入文本,使用橡皮擦,图像区域填充。
  3. 所属分类:图形图象

    • 发布日期:
    • 文件大小:222119
    • 提供者:
  1. systemofcellcount

    0下载:
  2. 细胞识别记数系统的实现,全部源代码,包括中心点标记,区域填充,记数等-cell identification number system in mind the realization of full source code, including the focal point mark, regional fill the mind and so
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1449487
    • 提供者:邹同
  1. 颜色填充

    0下载:
  2. 这是一个种子填充算法,是根据已知的一个多边形区域内部的一个象素点来找到区域内其他的象素点进行填充的。-This is a seed fill algorithm is based on a polygon known within the region point to a pixel within the region to find other pixel sites filled.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:287697
    • 提供者:杨海峰
  1. 计算机图形学小项目

    1下载:
  2. 实现了 DAA画线法画直 (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (必做) (2) 二维区域填充(四向种子填充颜色算法) (选作) (3) 直线裁减(任选一种) (必做) (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)(必做) -realized DAA painting painting straight line method (1) dotted line method Circle (input coordinates x,
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:89469
    • 提供者:韩为
  1. 种子法多边形填充

    0下载:
  2. 这又是一个由本人改写的四通道种子法填充多边形区域的源码,速度不快,发来给大家参考-This is a rewrite of my four channels filled polygon seed source in the region, fast, made for your reference to
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:3665
    • 提供者:王力
  1. zhuerPolygon

    0下载:
  2. 图形学上机实验 区域填充:多边形扫描转换-graphics on the plane experimental area filling : polygon scan conversion
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:35827
    • 提供者:jnz
  1. 二维填充图元的扫描线算法

    1下载:
  2. 实现扫描转换多边形的扫描线算法和填充区域的扫描线算法算法的程序-achieve polygon scan conversion algorithm scanning lines in the region and filling algorithm scanning algorithm procedures
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:43606
    • 提供者:kuld
  1. 不规则区域的填充

    0下载:
  2. 一个很有意思的不规则区域填充-a very interesting regional anomalies filled
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:51832
    • 提供者:林中南
  1. 区域增长法代码

    0下载:
  2. 此资源为区域增长法的实现代码,用于使用时选取一个合适的种子点进行区域填充,将彩色图像的不同区域分割出来
  3. 所属分类:图形图象

    • 发布日期:2010-09-19
    • 文件大小:6394
    • 提供者:208zwl@163.com
  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. 31623275236

    0下载:
  2. VC++填充区域图像小实例,将规定区域填充成其它颜色,与图像处理紧密相关,有需要的编译一下。-VC++ fills the regional image of small examples, will provide area filling into other colors, and image processing is closely related to the need to build what.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:21652
    • 提供者:方法
  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. ContourFill

    1下载:
  2. 等值线区域填充,即由等值线构造等值面。本程序具有很强的实用性,并附有详细的程序说明文档和参考文献,相信对你将会大有裨益。-Contour area filling, which also means constructec isosurface from contour. This procedure is highly practical, with detailed descr iption of the procedures documents and references, I beli
  3. 所属分类:GIS program

    • 发布日期:2016-09-23
    • 文件大小:654096
    • 提供者:许允波
  1. Graphics

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

    • 发布日期:2017-06-03
    • 文件大小:15465493
    • 提供者:Peng
  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. GraphExp

    0下载:
  2. 计算机图形学上机实习,实现了画点、画线、画圆、画多边形、区域填充、图形裁剪、曲线里和。-Computer graphics-on practice, to achieve a draw point, draw line, circle, polygon drawing, area filling, graphic cut, and inside the curve.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:100290
    • 提供者:杨柳强
  1. 等值线图的彩色填充方法

    3下载:
  2. 等值线图的彩色填充方法、三次B样条插值算法、基于Delaunay三角网的区域等值线绘制关键算法、基于边界点追踪的等值线图区域填充算法相关论文和程序,难得研究算法和程序。-Contour color filling method, three B spline interpolation algorithm, based on the Delaunay triangulation area contour drawing key algorithm, based on boundary track
  3. 所属分类:绘图程序

    • 发布日期:2012-12-31
    • 文件大小:7534272
    • 提供者:yan
  1. pix fill

    0下载:
  2. 区域填充是指先将区域内的一个像素 ,一般称为种子点赋予给定的颜色和辉亮,然后将该颜色扩展到整个区域内的过程。(Area filling refers to the process that a pixel in a region is generally called a seed point to give a given color and highlight, and then the color is extended to the entire region.)
  3. 所属分类:图形图象

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:hzh203
  1. 矩阵填充算法

    1下载:
  2. 将数值v填充到闭合区域a的中央。主要利用MATLAB的find函数,亦可使用路径填充算法实现。(Fill the value v into the center of the closed area a. The main use of MATLAB's find function can also be achieved using path filling algorithm.)
  3. 所属分类:Windows编程

    • 发布日期:2021-01-25
    • 文件大小:24576
    • 提供者:大白兔西瓜
« 1 23 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com