搜索资源列表
Harr.rar
- Haar-Like Feature臉部辨識程式及源代碼,是研究快速臉部辨識的好例程,Haar-Like Feature facial recognition programs and source code, is to study the fast face recognition in a good routine
Hand-Shape-Detection
- 讲述了harr-like特征,以及adaboost的训练方法-About harr-like features, and training methods adaboost
haar
- HARR小波的VC实现源代码,能用于人脸检测与识别-HARR wavelet implementation of the VC source code, can be used for Human Face Detection and Recognition
INface
- 人脸识别程序,主要运用了harr-like算法,在matlab下运行-Face recognition program, the main use of the harr-like algorithm to run in matlab
Harr-like_feature
- Haar like feature to detect a door plate.
face-detection-based-on-Harr-wavelet
- 基于哈尔小波变换的人脸识别程序 本程序识别速度快,占有容量短。-Ultra Rapid Object Detection in Computer Vision Applications with Haar-like Wavelet Features
samples
- opencv sample 代码包括一些图像处理的,利用Harr和分类器做人脸检测的-opencv 3.0 alpha sample code which include classical samples like face detection/image processing.
Harr-like
- Harr角点特征提取,返回特征向量,模式识别用-Harr feature extract
surf
- SURF意指 加速的具有鲁棒性的特征,由Bay在2006年首次提出,这项技术可以应用于计算机视觉的物体识别以及3D重构中。SURF算子由SIFT算子改进而来,一般来说,标准的SURF算子比SIFT算子快好几倍,并且在多幅图片下具有更好的鲁棒性。SURF最大的特征在于采用了harr特征以及积分图像integral image的概念,这大大加快了程序的运行时间。-SURF (Speeded Up Robust Feature) is a robust local feature detector,
main
- 人脸检测: 第一部分,使用Harr-like特征表示人脸,使用“ 积分图”实现特征数值的快速计算; 第二部分, 使用Adaboost算法挑选出一些最能代表人脸的矩形特征( 弱分类器),按照加权投票的方式将弱分类器构造为一个强分类器; 第三部分, 将训练得到的若干强分类器串联组成一个级联结构的层叠分类器,级联结构能有效地提高分类器的检测速度。(Face detection: In the first part, the Harr-like feature is used t