搜索资源列表
matcher
- 自己写的两副图像的特征点匹配,其中用了opencv类库,功能包括:特征点的亚像素精度检测,特征点初始匹配,基本矩阵计算及对极约束引导匹配等。-himself wrote the two images and matching feature points, which used the OpenCV library, features include : the feature points subpixel accuracy testing, the initial matching feat
opencvrenlian
- 基于opencv的快速人脸检测使用adboost方法-opencv based on the rapid use of face detection method adboost
corner
- 角点检测程序(需要opencv库的支持)
SkinDetection
- 用opencv写的皮肤检测程序,根据贝叶斯分类器学习,而且可以手工指定皮肤区域
opencv_sample.rar
- 在mfc中使用opencv的开发实例,实现了canny算法、矩形检测、金字塔切割等算法,mfc,opencv,canny,find square...
通过霍夫检测检测图像中的直线
- Opencv环境中,通过霍夫检测检测图像中的直线,经过了ROI裁剪,形态学处理,canny算子检测等各种预处理。-In the opencv environment,do the line detection using Hough Transform. By cutting the ROI, morphological processing, canny boundary preprocessing.
contours
- 基于opencv的轮廓线检测算法,快速提取出图片中物体的轮廓-Opencv contour lines based detection algorithm, fast extraction of the contours of objects in the picture
test_yCbCr
- 将rgb空间,转为HSV或yCBCR空间实现通过肤色检测人脸区域,用openCV实现-The rgb space to HSV space to achieve through the skin or yCBCR face region detection with openCV achieve
edge2
- 图像边缘检测源测序,用到openCV,可以编译执行-Edge detection source sequence, used openCV, can compile, execute
facedetect
- 人脸检测程序,有部分说明,用到openCV,可以编译运行。部分结构可以应用到商用系统中去-Face detection process, some of the instructions, use openCV, can compile and run. Part of the structure can be applied to commercial systems to
strong-corner-detect
- 结合OpenCV进行强角点检测,并得到检测到的角点。-combine with OpenCV, the project detect strong corners, and return the coordinate of points.
dao
- 基于hogh变换实现的电闸状态的检测,比用opencv实现的效果要好很多-State-based the hogh transform gates detection
direction
- opencv检测四条边不同颜色的矩形,可用此方法定位正方形的机器人-the opencv detected four sides of the different color of the rectangle
LBP
- 在数字图像处理和模式识别领域,LBP指局部二值模式,是一种有效的纹理描述算子,度量和提取图像局部的纹理信息,对光照具有不变性。本程序是LBP算子在C++&opencv平台下的实现,可以实时检测图像的纹理特征。-In digital image processing and pattern recognition, LBP represents local binary patterns, is an effective texture descr iption operator, measure
maxarea
- 本程序用于检测图像中最大连通区域。通过对小波或其他边缘检测的结果进行适当处理,较为准确得出原图片中的最大连通区域。可用于显著性检测以及区域分割等。实现平台为C++&opencv-This procedure is used to detect the image of the largest regional connectivity. Through the wavelet edge detection results or other appropriate treatment, more
face-detection
- 基于肤色的人脸检测技术,opencv的调用。本科毕设-face detection
facecrop
- 基于opencv和VS2008,实现了人脸的检测与截取,并框出来,并截取存起来。-Opencv and VS2008 based on the realization of the detection and interception, face, and the frame, and the interception of deposit.
road
- 车道线检测,在vs2010配置opencv的情况下亲测可用,代码没有做出透视变换-Lane detection, in the case of pro-test opencv vs2010 configuration is available, the code does not make a perspective transformation
edge
- 调用opencv库,python编码,实现图像的边缘检测-Call opencv library, python coding, image edge detection
zhifangtu
- CFAR算法实现,利用OpenCV进行读取图像,然后根据CFAR算法的实现目标检测-A simple implement of CFAR algorithm