搜索资源列表
FloodFill
- floodfill.zip为用VB程序编制的floodfill算法源码。用于图像处理。-floodfill.zip for VB programmers floodfill the algorithm source code. For image processing.
floodfill
- 图像域的填充:从种子点开始填充一个连通域。连通性由像素值的接近程度来衡量。-Fill image domain: From the seeds begin filling a connected domain. Connectivity from the closeness of pixel values to measure.
delphi_3d_designer
- 一个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
floodfill
- example of floodfill and scan-line algorithsm for filling bordered area. Source code is in c++.
floodfill
- its flood fill algorithm to fill a circle
FloodFill
- 橡皮筋画直线法,图像的重绘与再现,种子填充四联通算法的简单实现.-Program about drawing
floodfill
- 基于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
floodfill
- the flood fill in you picture-the flood fill in you picture
floodfill
- 洪水填充,用c#开发Flood fill, with c # developer-Flood fill, with c# developer
floodfill
- A floodfill algorithm
floodfill
- 像素填充算法的示例程序,核心函数floodfi-Pixel fill algorithm sample program, the core function floodfill
floodfill-algorithm-to-colour-graph
- 在opencv和vc6.0环境下实现了floodfill算法对彩色图像进行操作,效果良好-Opencv and vc6.0-environment floodfill algorithm to color images, to good effect
Floodfill
- OpenCV漫水填充算法(Floodfill)-OpenCV Floodfill
OpenCV-floodFill-fuction-example
- OpenCV floodFill fuction example
Floodfill
- opencv漫水填充算法(Floodfill)实例 在vs2010开发环境下-The opencv flood fill algorithm (Floodfill) instance In the vs2010 development environment
FloodFill
- 填充算法用于干涉图像的解缠,是对枝切算法中缺点的补充。(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)
FloodFill
- c#中的winform填充图像的代码floodfill,完整代码,可直接打开使用(C # in the winform fill image code floodfill, full code can be opened directly to use)
bfs1
- 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
Floodfill
- 用特定的颜色填充图像中联通的区域,通过设置可连通像素的上下限以及连通方式来达到不同的填充效果(Fill the area of the image with specific colors)
FloodFill-Algorithm
- 种子算法,种子填充算法又称为边界填充算法。其基本思想是:从多边形区域的一个内点开始,由内向外用给定的颜色画点直到边界为止。如果边界是以一种颜色指定的,则种子填充算法可逐个像素地处理直到遇到边界颜色为止。 种子填充算法常用四连通域和八连通域技术进行填充操作。(Seed algorithm, seed filling algorithm, also known as the boundary filling algorithm. The basic idea is: starting a poi