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

搜索资源列表

  1. scan

    0下载:
  2. 扫描线种子填充算法
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:919
    • 提供者:weiwei
  1. square

    0下载:
  2. 一个用于设置矩形的长、宽、边框颜色、填充颜色的小程序。-One used to set the rectangle' s length, width, border color, fill color of the applet.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:2858
    • 提供者:李伟霞
  1. Morph

    0下载:
  2. 利用形态学方法应用到种子填充算法中,实现区域填充。通过鼠标取点,可以实现区域的填充-Using morphological method applied to the seed fill algorithm, the realization of regional filling. Through the mouse to take points, filling the region can be achieved
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:8310
    • 提供者:林旭亮
  1. tuxingxue

    0下载:
  2. 该程序包里包含了计算机图形学所学的各种算法的源程序: 1、直线算法(B算法、DDA算法和中点算法) 2、圆弧算法 3、多边形填充算法(有序边发、种子算法和图案填充算法) 4、二维变换算法 5、直线二维裁剪算法 6、三维变换算法 程序包中有各算法的源程序和可执行程序,另外还有的程序说明和解释,保证容易看懂。程序都是本人亲自编写,控制台C程序用 Turbo C 编写,图形界面程序用 VC 编写。并全部测试成功。 有任何问题可与本人联系: QQ:4445
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:312832
    • 提供者:lewsn2008
  1. Painter

    0下载:
  2. 一个简单的绘图板,可以画直线,圆,填充颜色等。-A simple drawing board, can draw a straight line, circle, fill color.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-16
    • 文件大小:3944321
    • 提供者:几个
  1. areashade

    0下载:
  2. 非常实用的做matlab做曲线图的程序 能将所需要强调的区域的曲线段填充颜色 -Very useful to do graph matlab to do the procedure can be stressed by the area fill color curve segments
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:7940
    • 提供者:李一
  1. opengltuxing

    0下载:
  2. 自己写的一个源码,能够动态的保存画面,通过鼠标可以操作,而且可以在表面填充颜色。-Wrote it myself, a source that can save the dynamic images can be manipulated via the mouse, but also on the surface fill color.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:118105
    • 提供者:zt
  1. Drawing_Qiu

    0下载:
  2. 画图板基本功能实现直线,圆,多边形,填充等-Drawing Canvasers
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:9284
    • 提供者:afdasdf
  1. ScanLineAlgorithmfortheregionfilled

    0下载:
  2. 扫描线填充算法使用一系列平行直线去切割轮廓线,通常有成对的交点出现,每对交点就代表扫描线与轮廓线的一个相交区间-Scan Line Algorithm for the region filled
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:5477
    • 提供者:zhao_xinping
  1. matlab_Graphics_applications_2

    0下载:
  2. 分别给出了饼图的绘制、阶梯图、枝干图、罗盘图、轮廓图、交互式图形、变换的傅立叶函数曲线、劳伦兹非线形方程的无序活动、填充图、条形图和阶梯形图matlab的样例代码,简单实用。-Drawing pie charts are given respectively, ladder diagram, branches map, compass map, contour maps, interactive graphics, the Fourier transform function curves, L
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1818
    • 提供者:秦关
  1. imagecomputing

    1下载:
  2. MATLAB 图像运算 图像点的运算 图像的算术运算 其它运算 图像的位逻辑运算 图像的几何运算 图像缩放 图像旋转 图像剪切 空间变换 仿射变换( affine transformation ) 透视变换 (Perspective Transformation) 空间变换的 MATLAB 函数 空间变换实例 图像融合 邻域与块操作 邻域操作 图像块操作 区域处理 区域选择 区域滤波 区域填充 -MATLAB
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:4576
    • 提供者:齐子新
  1. program

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

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

    0下载:
  2. 一个很好的等值线绘图程序,包括等值线追踪,颜色填充等-O
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:95610
    • 提供者:付祥
  1. MyEasyDraw

    0下载:
  2. 该小型绘图软件,可实现工具栏画圆,椭圆,线,点,并能改变其长度大小、填充颜色等功能-The Small graphics software can make Circle, ellipse, line, point,Change the length of the size, fill color and so on
  3. 所属分类:ToolBar

    • 发布日期:2017-05-19
    • 文件大小:5485938
    • 提供者:任小明
  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. 3DCubeNoGimbalLock

    0下载:
  2. 3D立方体填充,旋转。纯.net代码实现。-3D cube filled, rotation. Net. Net code implementation.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:27816
    • 提供者:turnip
  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. image_zoom_in

    0下载:
  2. 图像按比例放大。 通过像素填充的方法将灰度图进行简单的放大处理。-image zoom in. digital picture processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:142283
    • 提供者:孤竹
  1. fillgrammingcode

    0下载:
  2. VC++编写的图形填充和绘制程序,非常好,值得一看-VC++ graphics prepared by filling and drawing program, very good, worth a visit
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-21
    • 文件大小:6292359
    • 提供者:chen
  1. ex_17_3

    1下载:
  2. 利用图像分割检测细胞,在获得细胞的边缘后,使用形态学中的膨胀操作和填充操作使细胞边缘跟光滑。-Cells were detected by image segmentation, the edge in access to cells, use the morphology of the expansion of operations and fill with the smooth operation of the cell edge.
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:836
    • 提供者:力量
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com