搜索资源列表
Gabor小波人脸识别
- 基于Gabor小波的人脸识别程序,在程序中使用了神经网络进行训练和分类。
HarrDetect
- adaboost 人脸检测,实现批量检测功能,并统计分类器性能-adaboost face detection, to achieve mass detection and performance of statistical classification
FaceDetection
- 基于visual c++ 2005和OpenCV环境 FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-Based on visual c++ 2005 and OpenCV is a static envir
FaceDetection
- FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-FaceDetection is a static face detection process, the attention required FaceDetec
A_Study_og_Face_Recognition_Methods_Baced_on_Wavel
- 针对灰度图像,提出一种基于知识的人脸检测方法。 提出了一种给予支持向量机的人脸检测方法。 提出了一种基于小波分解的LDA人脸识别方法。 提出了一种基于小波和DCT的人脸识别方法。 提出了一种机遇CEDT和支持向量机的人脸分类和识别方法。 -For gray-scale images, a knowledge-based face detection methods. A support vector machine method of face detection. A wa
PatternRecognition
- 人脸识别 使用k-近邻法分类 区分不同的人 使用K-近邻法实现对指定人脸图片的识别。 训练集和测试集的划分 -Recognition of face in pattern recognition,By KNN space representation theorem
OpenCv_Ex20B
- 在VC++下利用OPENCV,对图片的人脸进行检测,利用HARLI分类器,正确率在98 以上。-In VC++ under the use of OPENCV, on the picture to the human face detection, the use of HARLI classifier, the correct rate of 98 .
AdaBoost_weaklearner_1
- adaboost 弱分类器学习算法,最成功的人脸识别算法。但是学习时间很长,这是它的缺点-adaboost
wode
- 可以使用cv里面自带的分类器进行人脸检测,效果不错-Cv can be used inside the built-in classifier for face detection, good results
face
- 应用训练好的模板实现人脸检测,主要运功的是模板特征发进行分类-Application of training to achieve a good template face detection, the main features of Yungong the template issued to classify
AdaboostFr
- ADABOOST用于人脸检测的训练和分类程序改进,速度更快。-FOR FACE DETECTION FEATURE EXTRACTION AND CLASSIFICATION WITH QUICKER SPEED
test2
- 基于haarlike特征,采用adaboost分类器的人脸检测系统-face detec
OPENCVfacedetection
- 用OPENCV做的人脸识别程序,实现跟踪检测,用的是自带的分类器-OPENCV do with face recognition program, to achieve tracking and detection, using a built-in classifier
facerecognition
- 基于OPENCV 的人脸检测代码学习 动态内存存储及操作函数 分类器结构及操作函数-It is uesd for face recognition which is baesd on opencv.
face
- FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-FaceDetection is a static face detection process, note FaceDetection need OpenCV l
c_FaceRecognition
- 利用haar小波调用分类器检测人脸,代码清晰,并有注释。是初学者的好帮手!-Haar wavelet call classifier using face detection, code clarity, and a comment. Is a good helper for beginners!
fuadabo
- vc++ OPENCV实现人脸检测 HAAR分类器实现的-vc++ OPENCV implementation of face detection classifier achieved HAAR
PCA-and-SVM-Face-recognition
- 采用PCA对人脸特征进行抽取,用SVM多累分类器对人脸进行识别,有操作界面-Using PCA for facial feature extraction, and more tired with the SVM classifier for face identification, a user interface
人脸识别代码
- 通过奇异值分解作为特征处理,训练人脸识别分类器,附带测试图片(Singular value decomposition (SVD) is used as feature processing to train the face recognition classifier)
基于ASM和K近邻算法的人脸脸型分类_张倩
- 针对人脸特征分类问题,提出一种基于主动形状模型(ASM)和 K 近邻算法的人脸脸型分类方法。将 Hausdorff 距离作为 K 近邻算法的距离函数,利用 ASM 算法提取待测图像的特征点,对点集进行归一化后计算人脸轮廓特征点与样本库中所有样本点集的 Hausdorff距离,根据该距离值,通过 K 近邻算法实现待测图像的脸型分类。实验结果证明,该方法分类正确率高、速度快、易于实现。(Aiming at the problem of face feature classification, thi