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

搜索资源列表

  1. OpenCV种子填充实现彩色图像分割的代码

    2下载:
  2. OpenCV种子填充实现彩色图像分割的代码,利用intel图形处理库opencv,采用改进的种子算法,实现对彩色图像的分割。-OpenCV seed filling color image segmentation code, using Intel OpenCV graphics library, the adoption of improved seed algorithm to achieve the right color image segmentation.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1928
    • 提供者:陈其星
  1. 多边形种子填充算法

    1下载:
  2. 最近学校开了图形学,在tc下调试可行的种子填充算法. 一起参考-recently opened a graphics school in tc debug viable seed filling algorithm. With reference! !
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:873
    • 提供者:刘雪虎
  1. 图像处理算法汇总

    0下载:
  2. 被资源详细实现了各种典型的图像处理算法,包括种子填充,傅里叶变换等
  3. 所属分类:2D图形编程

    • 发布日期:2009-06-29
    • 文件大小:366546
    • 提供者:woshiljr
  1. 种子填充VC代码

    0下载:
  2. 种子填充算法的简单示例 VC 6.0 单文档
  3. 所属分类:2D图形编程

  1. Draw_Line_circle_fill.rar

    0下载:
  2. 扫描线种子填充算法的OpengGL+MFC实现。 本程序是在上次的画直线、画圆的程序上修改的,添加了扫描线填充算法,使用OpenGL+MFC实现。,Scan line seed fill algorithm OpengGL+ MFC to achieve. This procedure is a straight line in the last painting, drawcircle procedural changes, add a scan line fill algorithm, th
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-20
    • 文件大小:5642770
    • 提供者:同济
  1. ComputerGraphics

    0下载:
  2. 是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
  3. 所属分类:2D Graphic

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

    0下载:
  2. 二维和三维图形的基本变换 二维填充:二维填充有三种算法,其中有序边扫描线转换算法是固定填充的,四连通和扫描线种子填充法是可以填充任意形状的图形(曲线,多边形等)的,并且还可以判断种子点为外部点还是内部点。在使用时只需先画好需要填充的边界然后选择种子填充并用鼠标左键点击确定种子点即可填充。 二维裁剪:二维裁剪是演示性的功能,直接点击该菜单项就可以演示了。 二维基本变换:二维基本变换是演示性的功能,直接点击该菜单项就可以演示了。 二维动画:二维动画是演示性的功
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-17
    • 文件大小:84545
    • 提供者:连舒明
  1. seedfill

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

    • 发布日期:2017-04-10
    • 文件大小:34783
    • 提供者:新霞
  1. SeedFill

    1下载:
  2. 计算机图形学作业。种子填充算法。非递归和递归两种。效率不错。-Computer graphics operation. Seed fill algorithm. Two non-recursive and recursive. Good efficiency.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:38365
    • 提供者:扬木
  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. 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. 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. 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. seedfill

    0下载:
  2. 11实现种子填充算法,种子四连通,欢迎来下-seedfill
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3508643
    • 提供者:舒杰
  1. myproduction

    1下载:
  2. 计算机图形学的中点画圆法,Bresenham画圆,中点画椭圆及种子填充算法,用VC05实现,还有实验报告-The mid-point of computer graphics drawcircle, Bresenham Circle, Ellipse and seeds in stipple fill algorithm, the VC05 to achieve, there are experimental reports
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-25
    • 文件大小:8365546
    • 提供者:xgdlhdgj
  1. EdgeContour

    0下载:
  2. 边缘检测包括:Roberts边缘算子,Sobel边缘检测算子,Kirsch边缘检测算子,拉普拉斯算子,高斯拉普拉斯算子。霍夫变换,种子填充,轮廓跟踪和轮廓提取。-Edge detection, including: Roberts edge operator, Sobel edge detection operator, Kirsch edge detection operator, Laplacian, Laplacian of Gaussian. Hough transform, seed
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2234173
    • 提供者:陈飞
  1. SeedLineFill

    0下载:
  2. 基于种子填充算法的扫描线实现,不会出现堆栈溢出-Seed fill algorithm to achieve the scan line
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1907355
    • 提供者:宋佳
  1. scan

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

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

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

    • 发布日期:2017-06-03
    • 文件大小:15465493
    • 提供者:Peng
  1. OpenCV种子填充实现彩色图像分割的代码

    0下载:
  2. OpenCV种子填充实现彩色图像分割的代码,利用intel图形处理库opencv,采用改进的种子算法,实现对彩色图像的分割。-OpenCV seed filling color image segmentation code, using Intel OpenCV graphics library, the adoption of improved seed algorithm to achieve the right color image segmentation.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1977
    • 提供者:eUSisn
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com