Description: 利用OpenCv开发的一个基于adaboost算法和haar小波变换的人脸算法,具体情况可参考Paul Viola ,Robust Real-Time Face Detection,2004-OPEN development of the use of an algorithm based on adaboost haar wavelet transform and the Face algorithm specific reference Paul Viola, Robust Real-Time Face Detection, 2004 Platform: |
Size: 1024 |
Author:老余 |
Hits:
Description: 人脸检测的C/C++源代码,曾发表于 OPENCV 的 MAILING LIST,主要是对OPENCV 3.1 版本发布的代码做了一些速度上的优化,并且解决了内存泄漏的问题。这个程序所使用的 Paul Viola 提出(该论文“Rapid Object Detection using a Boosted Cascade of Simple Features”发表在 CVPR 01)的 Ada Boosted Cascade 算法可以说是目前最好最快的目标检测算法。
-Face Detection of C/C source code, once published in the OPENCV MAILING LIST. OPENCV mainly to the 3.1 release code so the speed of optimization, and the resolution of a memory leak problem. This procedure used by Paul Viola made (the paper "Rapid Object Detec tion using a Boosted Cascade of Simple Features , "published in CVPR 01) Ada Boosted Cascade algorithm can be said is the best and most fast target detection algorithm. Platform: |
Size: 4096 |
Author:qgfhit |
Hits:
Description: PAUL VIOLA的经典论文啊,人脸和目标检测领域的突破-PAUL VIOLA classic papers ah, human face and a breakthrough in the field of target detection Platform: |
Size: 714752 |
Author:hjchen |
Hits:
Description: 人脸识别的毕业论文,里面有相关的算法和源码,希望大家能用上.-Face Recognition thesis, which has the relevant algorithms and source code, I hope everyone can be on. Platform: |
Size: 419840 |
Author:邹海翔 |
Hits:
Description: 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. Instructions for use and for compiling can be found in the Readme file.
Usage:
FaceDetect (<Haar Cascase XML file>, <Gray scale Image>)
The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are -1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face.
Example,
A = imread ( lena.jpg , JPG )
Img = double (rgb2gray(A))
Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img)
-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. Instructions for use and for compiling can be found in the Readme file.
Usage:
FaceDetect (<Haar Cascase XML file>, <Gray scale Image>)
The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are-1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face.
Example,
A = imread ( lena.jpg , JPG )
Img = double (rgb2gray(A))
Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img)
Platform: |
Size: 1295360 |
Author:ruan |
Hits:
Description: 本文的目的是借助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 system. Through training, to be as much as possible to optimize the classifier structure parameters to obtain a high detection speed and detection rate of correct face detection system. Platform: |
Size: 3033088 |
Author:王峰 |
Hits:
Description: 对Viola&Jones的经典face detection算法的C/C++执行的解释。学习参考。-Viola & Jones on the face detection algorithm for the classic C/C++ implementation of the explanation. Learning reference. Platform: |
Size: 3692544 |
Author:jiangshui |
Hits:
Description: 老外用openCV实现Viola&Jones的经典face detection,pdf文档是执行说明。-OpenCV the realization of a foreigner with Viola & Jones classic face detection, pdf document is the implementation of that. Platform: |
Size: 7692288 |
Author:jiangshui |
Hits:
Description: Viola-Jones Fast Face Detection的matlab实现。-Viola-Jones Fast Face Detection Mex Implementation Platform: |
Size: 1295360 |
Author:jiangshui |
Hits:
Description: Real-Time Facial Feature Point Extraction-Localization of facial feature points is an important step for many subsequent facial image analysis tasks. In this paper, we proposed a new coarse-to-fine method for extracting 20 facial feature points from image sequences. In particular, the Viola-Jones face detection method is extended to detect small-scale facial components with wide shape variations, and linear Kalman filters are used to smoothly track the feature points by handling detection errors and head rotations. The proposed method achieved higher than 90 detection rate when tested on the BioID face database and the FG-NET facial expression database. Moreover, our method shows robust performance against the variation of face resolutions and facial expressions. Platform: |
Size: 871424 |
Author:Ng Jack |
Hits:
Description: 总结和整理了一些adaboost文献资料 对做人脸检测和识别有一定的帮助-Adaboost summarized and compiled some literature on the human face detection and identification of some help Platform: |
Size: 17699840 |
Author:seulk |
Hits:
Description: this a face detector using haar like features
this is an extension of viola jones model with lesser number of features or subset of features-this is a face detector using haar like features
this is an extension of viola jones model with lesser number of features or subset of features Platform: |
Size: 1064960 |
Author:somesh |
Hits:
Description: Lets see how to detect face, nose, mouth and eyes using the MATLAB built-in class and function. Based on Viola-Jones face detection algorithm, the computer vision system toolbox contains vision.CascadeObjectDetector System object which detects objects based on above mentioned algorithm. Platform: |
Size: 225280 |
Author:sirisha |
Hits:
Description: Viola-Jones 算法的人脸检测程序,附带检测图片(for detection using Viola-Jones Algorithm. To save Cropped Picture you need to change the folder location.) Platform: |
Size: 327680 |
Author:huhu222
|
Hits:
Description: 用matlab实现了基于viola-jones框架的人脸检测算法(A face detection algorithm based on Viola-Jones framework is implemented with MATLAB) Platform: |
Size: 4567040 |
Author:是大神啊 |
Hits: