搜索资源列表
saomiaoxian
- 用c语言实现的扫描线填充算法!其中包括用floodfill()函数模拟的扫描线填充算法!可能对初学者可能有些帮助!-language used by scanning fill algorithm! These include using floodfill () function simulation of scan lines filling algorithm! May beginners may help!
FloodFill
- floodfill.zip为用VB程序编制的floodfill算法源码。用于图像处理。-floodfill.zip for VB programmers floodfill the algorithm source code. For image processing.
floodfill(matlab)
- matlab环境下的flood fill算法实现,需要cvlib_mex支持,可在http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?下载。objectId=12200&objectType=File-Matlab environment under the flood fill algorithm. cvlib_mex need support in http : / / www.mathworks.com / mat
Floodfill
- OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割。-OPENCV B4.0 incidental FLOOD FILL algorithm source code for example, can achieve a simple color image segmentation.
Floodfill
- 基于opencv的分水岭算法,可以用来实现图片的快速分割-Opencv-based watershed algorithm can be used for fast image segmentation
Floodfill
- 基于四方向及八方向种子扩散算法(C++)实现洪水淹没模拟,并提供完整的C#+ArcEngine9.2的可视化示例代码及影像、DEM数据-The visual example code and images based on the four-way and eight directions the seed dispersal algorithm (C++) achieve inundation simulation and provide a complete C#+ArcEngine9.2,
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
- 基于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
- 洪水填充,用c#开发Flood fill, with c # developer-Flood fill, with c# developer
floodfill
- A floodfill algorithm
fill
- 计算机图形学填充算法,包括FloodFill与BoundaryFi-Computer Graphics filling algorithms, including FloodFill and BoundaryFill
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
- c#中的winform填充图像的代码floodfill,完整代码,可直接打开使用(C # in the winform fill image code floodfill, full code can be opened directly to use)
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