搜索资源列表
connect
- 使用OPENCV填充连通域,并提取出连通区域的轮廓-OPENCV filled with connected domain, and extract the contour
liantongfenxi
- 利用opencv对图像连通区域进行提取的源代码-Connected region of the image using opencv source code extraction
facce
- 基于肤色的多人脸检测,先将肤色提取出来,然后用4邻域法搜索连通区域个数,最终确定人脸个数,将人脸标出来。-face detection based on skin
opencvMontionCount
- 用Opencv实现的视频处理中前景二值图像中连通区域个数的统计,需要再Visual C++6.0下配置opencv1.0才能运行-Opencv realize the video processing statistics of the number of connected regions in binary image of the prospects, the need to Visual C++ 6.0 to configure opencv1.0 to run
cvBlob
- 获取图像的连通区域,并进行标定在opencv下运行-Access to the connectivity of the image area, and the calibration run opencv under
water_cheti
- 8.4 水域分割 水域分割,又称watershed变换,是模仿地形图浸没过程的一种形态学分割算法,其本质是利用图像的区域特征来分割图像的,它将边缘检测与区域成长的优点结合起来,能够得到单像素的,连通的,封闭的,并且位置准确的轮廓。因此是应用比较广泛的一种图像分割算法。 -Image Watershed Segmentation This is the implementation of the algorithm based on immersion model.
test
- opencv 实现图形填充,即将符合四连通或八连通定义的区域内的一点(常称为种子点)赋予给定颜色,然后将这种颜色扩展到整个区域的过程。-opencv graphics fill the area to be in line with the definition of four or eight connectivity connectivity point process (often referred to as seed points) giving a given color, this
cv_contour
- 基于OPENCV的连通区域轮廓线标记代码,可以标记多个标签,自制定标签列表和图像数据区,非常方便,简单实用-OPENCV based connectivity contour marking area code, you can mark multiple labels, since the enactment of the label list and image data area, very convenient, simple and practical
yanse_shibie
- 摄像头摄取图像后,用两种常见的连通区域分析和标记的算法:1)Two- pass;2)Seed-Filling种子填充,并给出了两个算法的基于OpenCV的C++实现代码。-After the camera takes an image, analyze, and marked with two common regional connectivity algorithm: 1) Two-pass 2) Seed-Filling seed filling, and gives two algor
skin_detect
- 皮肤检测与克服光线影响的连通域寻找。皮肤检测主要是根据肤色在颜色空间上的分布特征来检测图像中的肌肤区域。-Skin Detection
water-filling-method
- 漫水填充法是一种用特定的颜色填充联通区域,通过设置可连通像素的上下限以及连通方式来达到不同的填充效果的方法。-The method of diffuse water filling method is a region filled with a specific color Unicom, by setting upper and lower limits and communicating pixel communicating manner to achieve different fil
flsum
- opencv 中可以求一张图像中连通区域数的程序
ConnectedComponent
- 连通区域寻找,不是findcontours函数的,用的是两遍扫描法-fin connected region, not using findcontours function, using a two-pass scanning method
clustering
- 使用种子法实现基于opencv和vs2013的连通区域标记-Realization and connected component labeling based opencv use vs2013 Seed Law
contour
- 基于VS2013+opencv,用于对图像几何特征的检测,提取图像的轮廓、线条及连通区域,包括直线检测和圆检测-based on V013+opencv,it can be used in detecting line and circle , which can show conturs together
floodfill
- 漫水填充法是用特定的颜色填充连通区域,通过设置可连通像素的上下限以及连通方式达到不同的填充效果-The diffuse fill method is to fill the connected area with a specific color, and by setting the upper and lower limits of the connectable pixels and the connected way to achieve different filling effect
Background Subtraction
- 局部阈值化处理身份在,基于提取直线的角度补正和MSER划分连通区域(The local threshold is used to deal with the identity, and the connected region is divided based on the extraction of the line angle and the MSER)