搜索资源列表
CascadeClassifierTest
- 基于OpenCV CascadeClassifier的人脸和人眼检测代码,用到两个训练好的分类器-Good classifier based the OpenCV CascadeClassifier face and eye detection code, used in the two training
CascadeClassifier
- it mainly talk about the cascade classifier for the people face, it includes the full codes of C++,and can be operated in the VC++ or VS.
DetectEyes
- 运用C++检测人眼, 2)用opencv中检测人脸、眼睛、嘴巴等都是用的CascadeClassifier分类器,具体使用时可以使用C的函数,也可以使用opencv中使用C++封装好的类。下面是它们检测目标时的函数形式(从opencv官网复制的) C: CvSeq* cvHaarDetectObjects(const CvArr* image, CvHaarClassifierCascade* cascade, CvMe
Real-Time Human Detection Using Contour Cues
- C4行人检测论文 1.使用CENTRIST描述子检测人体轮廓 2.相邻像素间差值的符号是编码轮廓的关键信息。(detecting human Contour using a CascadeClassifier and the CENTRIST descr iptor.)
CascadeClassifier
- 用CascadeClassifier分类器进行人脸检测(Face detection using CascadeClassifier classifier)