搜索资源列表
使用pca人脸检测
- 使用pca算法进行人脸检测。挺好用的,自带训练好的数据。
基于Gabor特征提取和人工智能的人脸检测系统源代码
- 使用步骤: 1. 拷贝所有文件到MATLAB工作目录下(确认已经安装了图像处理工具箱和人工智能工具箱) 2. 找到"main.m"文件 3. 命令行中运行它 4. 点击"Train Network",等待程序训练好样本 5. 点击"Test on Photos",选择一个.jpg图片,识别。 6. 等待程序检测出人脸区域
人脸检测
- 这是完整的一套人脸表情识别,从样本训练到目标的识别.采用PCA来提取特征。
人脸检测系统源码
- 很好的人脸检测系统源码,有人脸扶正、训练特征提取网络和识别网络、使用已有的特征提取网络和识别网络、识别单幅人脸和识别人脸样本集
adaboost人脸检测训练算法
- adaboost人脸检测训练算法的技术原理与实施细节
facedetect.rar
- 人脸检测系统(有自带的图像用于训练和检测),Face Detection system (with built-in images for training and testing)
adboost_cascade
- 基于adaboost的人脸检测算法,包括训练,修改了数据读取结构,降低了内存需求-Based on adaboost face detection algorithms, including training, to modify the data read structure, reducing the memory requirements
human_face_detection_system
- 本文的目的是借助Paul Viola最新提出的实时特征检测的技术,实现一个能够进行快速人脸检测的系统。并且通过训练,得到尽可能优化的分类器构造参数,从而获得具有高检测速度和检测正确率的人脸检测系统。-The purpose of this paper by drawing on the latest proposed by Paul Viola real-time feature detection technology, to realize a fast face detection sys
GMM_Skin_Detector
- Matlab skin detector。运用高斯混合模型训练的到人的皮肤颜色分布。用于皮肤和人脸检测。-A collection of Matlab scr ipts
adaboost
- 人脸识别,基于MATLAB的一个人脸识别训练样本-recognition of face
train_v2
- 一个基于adaboost的人脸检测分类器训练程序,用MATLAB写的,希望能和大家分享-a face detect programme based on adaboost which is written by matlab
haarcascade_frontalface_alt2
- 前脸的检测,分类器,训练分类器,人脸检测,opencv-Prior to face detection, classification, and the training classifier, face detection, opencv
adaboost
- Adaboost训练分类器的源代码,是快速人脸检测的必备。-It is the code for training classifiers by Adaboost to Face Detection
AdaboostFr
- ADABOOST用于人脸检测的训练和分类程序改进,速度更快。-FOR FACE DETECTION FEATURE EXTRACTION AND CLASSIFICATION WITH QUICKER SPEED
facerecognitionMATLAB
- 人脸检测的MATLAB代码,包括训练过程。程序的中间用到了PCA的方法。-MATLAB code for face detection, including the training process. Procedures used in the middle of the PCA approach.
Adaboost-detection
- 基于ADABOOST的人脸检测程序,有分类器训练和测试-face detection based on adaboost
人脸检测
- 面像识别的人脸定位检测和训练后,需要进行人脸检测的代码(Face detection code after face detection and training for face recognition)
人脸识别
- 本程序用到了opencv 中的扩展库opencv contrib, 先用take.cpp来获取自己的数据库,然后在用tria.cpp来训练能检测自己的脸的检测器,再运行recon.cpp来进行人脸检测。(This program uses the extension library opencv contrib in OpenCV. First, take.cpp is used to get its own database, then tria.cpp is used to train th
opencv_traincascade人脸训练无代码
- 人脸检测,采用OPENCV实现,包括训练和检测(face detect, make up by OPENCV, include face detect and face recognize)
ViolaJones_version0b_bin
- 用adaboost对人脸检测,利用haar特征对积分图像进行训练,得到强弱分类器(Face detection is done by AdaBoost, and integral image is trained by Haar feature, and the strong and weak classifier is obtained.)