搜索资源列表
liantongyu
- 基于4邻接性的宽度优先搜索算法,可以检测图像中的各连通域,并给出连通域的矩形框表示-based on four adjacent width of the first search algorithm can detect the image of the connected domain, and the domain is connected rectangular box said
runlength
- 本人写的用行程算法进行连通域标记的一段小代码
liantongyufenxi0120
- 连通域分析,通过对图片二值化处理后,进行连通域分析,是进行更高一级的基础.
baliantongyu
- 基于序惯算法的八连通域分析,可直接编译运行,内附图片
ContourMark
- VC6环境下的二值图像的连通域标记程序,程序中中文注释详细
segment.rar
- 以前写的一个图像分割的小程序,主要是连通域的方法,Previously written by a small image segmentation procedure, the main method is connected
LianTongYuSuanFa
- 用vb实现了连通域的两种算法。 同时展示了运用api函数实现的方法。-Vb achieved by the two algorithms connected domain. At the same time demonstrating the use of api function method.
labe_forOpencv
- 利用opencv对二值图像进行连通域标记-Use of binary image opencv connected domain markers
segment.tar
- 对二值图像进行连通域标记,然后根据面积,周长等特征进行分割。-labeling the connected region in a binary image, and then segment it by terms of area and border pixels.
myprogs
- 基于HIS空间的彩色烟雾图像分割算法,包含粗分,细分割与连通域提取-HIS color space based on image segmentation algorithm smoke contains coarse points, fine segmentation and connected domain extraction
floodfill
- 图像域的填充:从种子点开始填充一个连通域。连通性由像素值的接近程度来衡量。-Fill image domain: From the seeds begin filling a connected domain. Connectivity from the closeness of pixel values to measure.
Imageclass
- 实现图像关于多阈值分割、连通域、边缘检测的自定义类-It`s a class defined by yourself,which operate in the aspects of muli-threshold segmentation,connected domain,edge detection and so on
zifushibeiyufenge
- 复杂背景下车牌定位与字符分割算法研究 本文在简要介绍国内外车牌识别技术研究现状的基础上,对车牌定位算法及字符分 割算法进行了深入的研究,主要完成以下工作: 车牌的定位算法设计阶段,本文提出了一种综合利用车牌多重特征的定位算法。该 算法充分利用了车牌的纹理,色彩及车牌长宽比等特征。经过水平梯度化,二值化,滤 波,区域连通、连通域标记筛选,色彩匹配等几个步骤,最终达到了复杂背景下汽车牌 照的定位。-Complex background license plate loc
MarkConected
- 本程序是基于多文档(MDI)的连通域标记算法,用于统计连通域的数目。本人亲自修改,运行通过,而且附有测试例图。-This procedure is based on the multiple document (MDI) of the connected components labeling algorithm, the number of connected components for the statistics. I personally modify, run through, an
connect
- 对图片以及视频帧进行连通域提取,环境需要opencv vs2005,必要的配置,连通域的算法是基于递归的二值图像标记算法。-Frame of the picture, and video connectivity components extraction, environmental needs opencv vs2005, the necessary configuration, connected components algorithm is based on the recursive
lty
- 连通域方法 用于图像处理方面 可查看散落大米的数目等!-Connected domain methods for image processing to see the number of scattered rice and so on!
AreaTest
- 图片中区域自动判定,能根据八连通域自动的划分区域,并以序号划分出来-Automatically determine the regional picture, 8-connected domain automatically according to the division area, and divide it by serial number
liantongyu222
- 连通区域,分为一维连通和二维连通,一维连通域主要用在空间线积分与路径无关的条件上,二维连通域形象说就是没有“洞”的区域。一维连通域主要用在空间线积分与路径无关的条件上。(Connected domain analysis)
FloodFill-Algorithm
- 种子算法,种子填充算法又称为边界填充算法。其基本思想是:从多边形区域的一个内点开始,由内向外用给定的颜色画点直到边界为止。如果边界是以一种颜色指定的,则种子填充算法可逐个像素地处理直到遇到边界颜色为止。 种子填充算法常用四连通域和八连通域技术进行填充操作。(Seed algorithm, seed filling algorithm, also known as the boundary filling algorithm. The basic idea is: starting a poi
图像连通域检测
- 可用于图像连通域的检测与识别,能实现原图与处理后的图像同时显示。