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: 1463 |
Author:老余 |
Hits:
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: This article is an extention of an article that I posted on CodeProject earlier (See http://www.codeproject.com/KB/mcpp/iss.aspx). This project demonstrates how to perform human face and eye detection using OpenCV in .NET. The detection is performed using Haar Cascades that I acquired from two different sources (See References). -This article is an extention of an article that I posted on CodeProject earlier (See http://www.codeproject.com/KB/mcpp/iss.aspx). This project demonstrates how to perform human face and eye detection using OpenCV in. NET. The detection is performed using Haar Cascades that I acquired from two different sources (See References). Platform: |
Size: 25600 |
Author:萧董 |
Hits:
Description: 用HAAR小波变换,对其小波系数进行提取关系,然后进行零树编码,实现压缩,最后解压缩,还原原图片。本人进行小优化,十分值得借鉴。-Using haar wavelet transform, the wavelet coefficients extracted their relationship, and then zero-tree coding to achieve compression, decompression Finally, restore the original picture. I conducted a small optimization, very worth learning from. Platform: |
Size: 9216 |
Author:李红 |
Hits:
Description: This program is the haar opencv face detector slightly modified for ease of use
There are command line options available to avoid the need to use the gui (see
facedetect.cpp for the command line option format
This program needs fltk installed. It can be downloaded online.
The standard facedetect.cpp works at one scale. Our facedetect pyarmids the
image up and down to allow processing at more scales. This can also be
achieved via the cvHaarDetectObjects function.
This program has only been tested with uncompressed avi files Platform: |
Size: 83968 |
Author:陈忠翔 |
Hits:
Description: Opencv Haar training, the setting and parameter is configed. you can debug into the training process to get the whole flowchart of adaboost training. Platform: |
Size: 84992 |
Author:tuzhiguo |
Hits:
Description: 运用OpenCv开发的一个一种基于adaboost算法与haar小波变换换的人脸算法,具体情况可参考Paul Viola ,Robust Real
-A use OpenCv development based adaboost algorithm haar wavelet transform to change the face algorithm, the specific circumstances of the reference, Paul Viola, Robust the Real Platform: |
Size: 1024 |
Author:卓越 |
Hits:
Description: 最简单的haar 小波变换,基于opencv写的,希望对你有帮助-The easiest haar wavelet transform based on opencv write, I hope to help you Platform: |
Size: 1190912 |
Author:燃情岁月 |
Hits:
Description: A recognition process can be much more efficient if it is based on the detection of features that encode some information about the class to be detected. This is the case of Haar-like features that encode the existence of oriented contrasts between regions in the image. A set of these features can be used to encode the contrasts exhibited by a human face and their spacial relationships. Haar-like features are so called because they are computed similar to the coefficients in Haar wavelet transforms.-A recognition process can be much more efficient if it is based on the detection of features that encode some information about the class to be detected. This is the case of Haar-like features that encode the existence of oriented contrasts between regions in the image. A set of these features can be used to encode the contrasts exhibited by a human face and their spacial relationships. Haar-like features are so called because they are computed similar to the coefficients in Haar wavelet transforms. Platform: |
Size: 6144 |
Author:bavi |
Hits: