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

搜索资源列表

  1. 322500

    0下载:
  2. 实现了: DAA画线法画直线 ,中点画线法画圆(输入x坐标,y坐标,圆心) 二维区域填充(种子填充颜色算法) 直线裁减 贝塞尔曲线-realized : DAA painting straight line method, the dotted line method Circle (input coordinates x, y coordinates of the center) two-dimensional area filling (seed filling color algorith
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:86218
    • 提供者:
  1. 500927318

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

    • 发布日期:2008-10-13
    • 文件大小:81938
    • 提供者:丽丽
  1. EdgeContour

    1下载:
  2. VC++的边缘与轮廓处理程序,包括边缘检测(五个算子,robert,sobel,prewitt,kirsch,gauss-laplase),hough变换(平行直线检测),轮廓提取,种子填充(两个算法),和轮廓跟踪。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:75438
    • 提供者:ZL
  1. EdgeContour

    0下载:
  2. 本程序包括所有的边缘检测算法,实现了robert,sobel,prewitt,gauss边缘检测,hough变换检测水平直线,轮廓提取,种子填充等的功能,经典收藏啊!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:74333
    • 提供者:无梦
  1. LineFill

    0下载:
  2. 快速任意多边形填充算法演示,种子点填充算法演示
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1734
    • 提供者:中国
  1. cohen_sutherland

    0下载:
  2. cohen_sutherlan 算法和种子填充
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:125976
    • 提供者:zhouhang
  1. Fill

    1下载:
  2. 包括三种区域填充算法,包括有序边填充,种子填充,图案填充。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:77611
    • 提供者:Jason
  1. MFC

    0下载:
  2. 用MFC实现的图形学算法可以实现多边形的剪裁以及种子填充
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:68629
    • 提供者:bianbian
  1. lunkuo

    0下载:
  2. 包含对一幅图像进行轮廓提取,种子填充,边缘检测等算法。-contains images of a contour extraction, seed filling, such as edge detection algorithm.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:6378
    • 提供者:邹少林
  1. Image Progress

    2下载:
  2. C语言写的图像处理源码。 进入 VCImageN 后在 Image1 窗口中可直接运行的演示功能有: 点处理:投影定位例 邻域处理:单点宽边界检测例、液滴边缘检测例 图像平滑(旋转掩模平均原理) 带方向边缘检测(检测原理、Kirsch 算法各分量、Robinson 算法各分量、Prewitt 算法各分量) 二值图像处理:二值化实例(不同算法比较、多模式、双阈值、比率法、分块二值化)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-12-17
    • 文件大小:10125268
    • 提供者:tkgkchl
  1. shadow.rar

    0下载:
  2. 基于VC环境的人体边缘检测程序,包括种子填充、轮廓跟踪等算法的实习。,VC-based edge detection in human environmental procedures, including seed filling, the outline of the training algorithm for tracking.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3935000
    • 提供者:gupipi
  1. FillPolygon

    6下载:
  2. 使用MFC实现多边形的三种填充方式:有效边表填充法、边缘填充算法和4领域种子算法-Using MFC to fill the polygon in three ways。
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-19
    • 文件大小:5394026
    • 提供者:Xu Tsou
  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. Bresenham

    0下载:
  2. Bresenham算法绘制线段并利用“橡皮筋”功能绘制折线 将绘制的折线连接成多边形,并选择种子填充法或扫描线填充法进行填充 鼠标交互生成矩形裁剪框,实现对绘制的折线的裁剪-Bresenham algorithm for drawing line segments using the " rubber band" feature to draw the line draw the line connected into polygons, and select the me
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1910
    • 提供者:jk
  1. Fill

    1下载:
  2. 用MFC编写的多边形扫描线填充程序。 支持凹多边形,非种子点算法,而是用顶点算出边界实现填充。-MFC prepared with polygon scan-line filling procedures. Concave polygon support, non-seed-point algorithm, but with the realization of vertex fill out the border.
  3. 所属分类:OpenGL program

    • 发布日期:2014-07-14
    • 文件大小:35650
    • 提供者:konger
  1. The_digital_image_processing

    0下载:
  2. 数字图像处理算法的实现 包括:Hough变换,边缘检测,差影法,轮廓提取与跟踪投影法,图像复原,阈值分割,种子填充-Digital image processing algorithm, including: Hough transform, edge detection, and poor shadow law, contour extraction and tracking projection, image recovery, threshold segmentation, seed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1855868
    • 提供者:Broker
  1. 5

    0下载:
  2. 最快区域种子点填充算法 最快区域种子点填充算法 计算机图形学-The fastest growing regional seed filling algorithm seed points, the fastest growing region filling algorithm in computer graphics
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:2203
    • 提供者:芳芳
  1. EdgeContour

    0下载:
  2. BMP图片边缘检测(包括Robert,Sobel,Prewitt,Kisch和Gauss-Laplace算子)与轮廓提取。此外,还有Hough变换,种子填充,轮廓跟踪等算法的实现方法。注意,BMP图片的需是256色以下。-BMP image edge contour (including Robert, Sobel, Prewitt, Kisch and Gauss-Laplace operator) and the contour extraction. In addition, Hough
  3. 所属分类:Graph program

    • 发布日期:2017-05-11
    • 文件大小:2139834
    • 提供者:David
  1. EdgeContour

    0下载:
  2. 图象边缘检测,提取及轮廓跟踪,包括种子填充的算法-Image edge detection, contour extraction and tracking, including the seed fill algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-13
    • 文件大小:2964774
    • 提供者:
  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 2 ... 6 7 8 9 10 1112 13 14 »
搜珍网 www.dssz.com