当前位置:
首页
资源下载
![](/images/right.gif)
搜索资源 - cvHaarDetectObjects
搜索资源列表
-
0下载:
利用级联的Haar分类其寻找检测目标。核心函数cvHaarDetectObjects使用针对某目标物体的级联分类器在图像中找到包含目标物体的矩形区域,并将这些区域作为一系列的矩形框返回。
-
-
0下载:
opencv cvHaarDetectObjects Haar 教学 应用
HaarDetectObjects 人脸识别
eyes detection
-
-
0下载:
This program is the haar opencv face detector slightly modified for ease of use
There are command line options available to avoid the need to use the gui (see
facedetect.cpp for the command line option format
This program needs fltk installed. I
-
-
0下载:
本程序使用OpenCV中提供的“haarcascade_frontalface_alt.xml”文件存储的目标检测分类,用cvLoad函数载入后,进行强制类型转换。OpenCV中提供的用于检测图像中目标的函数是cvHaarDetectObjects,该函数使用指针对某目标物体(如人脸)训练的级联分类器在图象中找到包含目标物体的矩形区域,并将这些区域作为一序列的矩形框返回。分类器在使用后需要被显式释放,所用的函数为cvReleaseHaarClassifierCascade。-face detec
-
-
0下载:
运用C++检测人眼,
2)用opencv中检测人脸、眼睛、嘴巴等都是用的CascadeClassifier分类器,具体使用时可以使用C的函数,也可以使用opencv中使用C++封装好的类。下面是它们检测目标时的函数形式(从opencv官网复制的)
C: CvSeq* cvHaarDetectObjects(const CvArr* image, CvHaarClassifierCascade* cascade, CvMemStorage* storage, double scal
-
-
0下载:
基于openCV的人脸检测Demo,级联分类器在openCV中找(opencv\sources\data\haarcascades)。(Face detection Demo based on openCV)
-