搜索资源列表
-
0下载:
用adaboost算法检测人脸时,主要是用Haar特征,这个是用c++编写的代码,欢迎大家下载并参考-with adaboost Face Detection Algorithm, it is mainly used Haar features, This is used to prepare the c code and you are welcome to download and reference!
-
-
0下载:
a good face detection algorithm based on Haar like features
-
-
0下载:
It is a utility to control screen saver using human face detection. Human face detection is performed using OpenCV Haar-Cascade method. The software is primarily a daemon that resides in your system tray and keeps observing the input from a webcam to
-
-
0下载:
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
-
-
1下载:
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
-
-
0下载:
一个人脸检测的代码.用haar算法实现.-a face detection code. Haar used algorithm.
-
-
0下载:
本程序是在visual C++环境中基于haar小波变换实现人脸检测。-This procedure is in visual C++ environment haar wavelet transform based face detection.
-
-
0下载:
利用haar小波调用分类器检测人脸,代码清晰,并有注释。是初学者的好帮手!-Haar wavelet call classifier using face detection, code clarity, and a comment. Is a good helper for beginners!
-
-
0下载:
基于哈尔小波变换的人脸识别程序
本程序识别速度快,占有容量短。-Ultra Rapid Object Detection in Computer Vision Applications with Haar-like Wavelet Features
-
-
0下载:
haar小波的人脸识别,可以做到识别静态人脸以及通过摄像头捕捉到的动态人脸。-haar face detection
-
-
0下载:
Face detection using Haar classifier
-
-
0下载:
face detection haar clasifier
-
-
0下载:
这份代码是使用haar+adoboost做人脸检测用的,文件中还包括其他的特征选择,特征提取的算法,对于想做人脸检测这一块的朋友,可以下载来研究。-This code is used haar+adoboost human face detection, the document also includes other feature selection, feature extraction algorithm for face detection which one wants a frie
-
-
0下载:
基于adaboost人脸检测,用生成好的样本。(用到OPENCV读取图像的库,使用前请下载opencv244)-Adaboost based face detection with generating good samples.
-
-
0下载:
最好的人脸识别haar cascade,用于opencv -best haar cascade for face detection
-
-
0下载:
基于ababoost人脸检测,haar-like特征提取-Extracting ababoost face detection, haar-like features
-
-
0下载:
主要是利用Haar分类器方法进行人脸检测,在程序中可以做到人脸识别,和人脸检测,即可以检测到人脸,识别出人脸。-Mainly using Haar classifier for face detection, in the program can do face recognition, and face detection, which can detect the face, identify the face
-
-
0下载:
face detection with CNN, much better effect than haar in opencv and lbp in opencv
-
-
0下载:
用adaboost对人脸检测,利用haar特征对积分图像进行训练,得到强弱分类器(Face detection is done by AdaBoost, and integral image is trained by Haar feature, and the strong and weak classifier is obtained.)
-