搜索资源列表
OpenCV_face_detector
- This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Ins
visual-control-source
- 人脸识别系统 人脸检测不仅是全自动人脸识别系统的基本步骤,而且本身也可以独立的应用于视频监控、图像检索等领域,因而具有重要的研究价值。尽管Viola等人于2001年提出的基于AdaBoost的人脸检测算法以其卓越的性能而得到了大家的青睐,并已基本解决了大多数情况下的人脸检测问题,但在实际应用中,尤其是智能监控应用中,仍然存在较多挑战性问题。-Automatic face detection face recognition system is not only the basic step
violaJones_CVPR2001
- 该论文为Viola Jones 的经典人脸识别系统的设计思路,以及其在应用中的检测率和假阳性率-The paper is a classic Viola Jones face recognition system design and its application in the detection rate and false positive rate
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
FaceDetectuionImadMahdi
- 经典的基于Viola Jones算法的人脸识别matlab程序-the classic face recognition matlab program based on Viola Jones algorithm
Viola_Jones-Framework
- viola jones 人脸识别,人体检测框架的两篇文章,一篇英文CVPR,一篇为中文介绍-viola jones face recognition, human detection framework of the two articles, one in English CVPR, an introduction to Chinese
fd
- face recognition using viola jones method
Viola-Jones Face Detection in Matlab
- Face Detection implementing the Viola-Jones object recognition framework, realized in Matlab.
image_processing2
- 图像工程作业2:使用滑动窗的人脸检测 (Face detection with a sliding window, Viola Jones)-Image Engineering Assignment 2: Use the sliding window Face Detection (Face detection with a sliding window, Viola Jones)
shishizhuizong
- 实时人脸识别与追踪,主要运用了Matlab计算机视觉工具箱,维奥拉-琼斯算法,KTL算法。 直接运行代码会出现”错误使用webcam,尚未安装MATLAB Support Package for USB Webcams。打开Support Package Installer即可安装Webcam Support Package”这个错误。(Real time face recognition and tracking mainly use Matlab Computer Vision Too
Identify_faces
- 使用Viola-Jones算法来检测人脸,鼻子,眼睛,嘴巴或上身,并框出。(Use the viola-jones algorithm to detect faces, noses, eyes, mouths or upper body and frame them)