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

搜索资源列表

  1. FloodFill

    1下载:
  2. floodfill.zip为用VB程序编制的floodfill算法源码。用于图像处理。-floodfill.zip for VB programmers floodfill the algorithm source code. For image processing.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:24778
    • 提供者:郑元义
  1. floodfill

    1下载:
  2. 图像域的填充:从种子点开始填充一个连通域。连通性由像素值的接近程度来衡量。-Fill image domain: From the seeds begin filling a connected domain. Connectivity from the closeness of pixel values to measure.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:85805
    • 提供者:张济伟
  1. delphi_3d_designer

    0下载:
  2. 一个Delphi开发的矢量3D绘图源代码-abstract : drawing 3D shapes and changing the camera and screen position with the mouse key words : 3D graphics, geometry, perspective, floodfill, vector graphics, camera, World view, homogeneous transforms software use
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-05
    • 文件大小:42956
    • 提供者:Bannico
  1. floodfill

    0下载:
  2. example of floodfill and scan-line algorithsm for filling bordered area. Source code is in c++.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:6643
    • 提供者:mirre
  1. floodfill

    0下载:
  2. its flood fill algorithm to fill a circle
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:555
    • 提供者:shreya
  1. FloodFill

    0下载:
  2. 橡皮筋画直线法,图像的重绘与再现,种子填充四联通算法的简单实现.-Program about drawing
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:52654
    • 提供者:叶玲
  1. floodfill

    0下载:
  2. 基于OpenCV(开源计算机视觉平台)的图像域的填充算法实现。程序运行前须安装(1)OpenCV: ttp://opencvlibrary.sourceforge.net (2)在vc6.0的Tools|Options|Directories标签下添加如下路径:C:\Program files\OpenCV\Cxcore\include C:\Program files\OpenCV\include C:\Program files\OpenCV\cvaux\include C:\P
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:85732
    • 提供者:高金锋
  1. floodfill

    1下载:
  2. the flood fill in you picture-the flood fill in you picture
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:109744
    • 提供者:anony
  1. floodfill

    0下载:
  2. 洪水填充,用c#开发Flood fill, with c # developer-Flood fill, with c# developer
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1219011
    • 提供者:wfd
  1. floodfill

    0下载:
  2. A floodfill algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:2907
    • 提供者:Gnome
  1. floodfill

    0下载:
  2. 像素填充算法的示例程序,核心函数floodfi-Pixel fill algorithm sample program, the core function floodfill
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:85715
    • 提供者:巫义锐
  1. floodfill-algorithm-to-colour-graph

    0下载:
  2. 在opencv和vc6.0环境下实现了floodfill算法对彩色图像进行操作,效果良好-Opencv and vc6.0-environment floodfill algorithm to color images, to good effect
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1129876
    • 提供者:wangqingcheng
  1. Floodfill

    0下载:
  2. OpenCV漫水填充算法(Floodfill)-OpenCV Floodfill
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3125
    • 提供者:changjiuy
  1. OpenCV-floodFill-fuction-example

    0下载:
  2. OpenCV floodFill fuction example
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:119063
    • 提供者:liushuiqing
  1. Floodfill

    1下载:
  2. opencv漫水填充算法(Floodfill)实例 在vs2010开发环境下-The opencv flood fill algorithm (Floodfill) instance In the vs2010 development environment
  3. 所属分类:OpenCV

    • 发布日期:2017-06-02
    • 文件大小:14158040
    • 提供者:黄俊杰
  1. FloodFill

    0下载:
  2. 填充算法用于干涉图像的解缠,是对枝切算法中缺点的补充。(FloodFill.m unwraps the phase image, avoiding all branch cuts. Created by B.S. Spottiswoode on 12/10/2004 Last modified on 13/10/2004)
  3. 所属分类:其他

  1. FloodFill

    1下载:
  2. c#中的winform填充图像的代码floodfill,完整代码,可直接打开使用(C # in the winform fill image code floodfill, full code can be opened directly to use)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:43008
    • 提供者:yuhang2017
  1. bfs1

    0下载:
  2. bfs floodfill Breadth-first search (BFS) is an algorithm for traversing or searching tree or graph data structures. It starts at the tree root (or some arbitrary node of a graph, sometimes referred to as a 'search key') and explores the neighbor nod
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:kadekdwi
  1. Floodfill

    1下载:
  2. 用特定的颜色填充图像中联通的区域,通过设置可连通像素的上下限以及连通方式来达到不同的填充效果(Fill the area of the image with specific colors)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:12426240
    • 提供者:angrom
  1. FloodFill-Algorithm

    1下载:
  2. 种子算法,种子填充算法又称为边界填充算法。其基本思想是:从多边形区域的一个内点开始,由内向外用给定的颜色画点直到边界为止。如果边界是以一种颜色指定的,则种子填充算法可逐个像素地处理直到遇到边界颜色为止。 种子填充算法常用四连通域和八连通域技术进行填充操作。(Seed algorithm, seed filling algorithm, also known as the boundary filling algorithm. The basic idea is: starting a poi
  3. 所属分类:图形图像处理

    • 发布日期:2019-03-22
    • 文件大小:11171840
    • 提供者:FanYang
« 12 3 »
搜珍网 www.dssz.com